	.carousel {
		position: relative;
		width: 30%;
		margin: auto;
		overflow: hidden;
		display: flex;
	}
	.carousel-track {
		display: flex;
		transition: transform 0.5s ease-in-out;
		gap: 50px; /* Add gap between items */
	}
	.carousel-item {
		min-width: calc(25% - 20px); /* Adjust width for 4 items with gap */
		box-sizing: border-box;
		width:100%;
		
	}
	.carousel img {
		width:70% ;
		display: block;
		margin: 10px;
		margin-left:30px;
		
	}
	
	
	        .description {
            color: #002395;
            font-family: Arial, sans-serif;
            text-align: center;
			font-weight: bold;
            text-decoration: none;
			margin-bottom: 30px;
        }
        .image-container {
            display: inline-block;
           /* margin-right: 30px;*/
            
        }
        a {
            text-decoration: none;
			text-align: center;
            color: inherit;
			
        }
		

.resource-table {
    width: 20%;
    margin: auto;
    margin-top: 20px;
}

.resource-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.resource-table th,
.resource-table td {
    padding: 7.5px;
    border: 1px solid #ddd;
}

.resource-table td {
  color: #002395;
}

.resource-table th {
    background-color: #002395;
    color: white;
}

.resource-table a {
    color: inherit;
    text-decoration: none;
}

.resource-table i {
    font-size: 1.5em;
    color: #002395; /* Adjust the color as needed */
}

.resource-table img {
    max-width: 80px; /* Set the maximum width */
    max-height: 50px; /* Set the maximum height */
    display: block;
    margin: auto; /* Center the image */
}
