.designatation  {
	color: #1E1248;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}    
.department {
	color: #6E6E6E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.program-card-section.ourteam-section .program-cards-col .program-card a:hover .card-body * {
	color: #1E1248;
}
.program-card-section.ourteam-section .program-cards-col .program-card .program-head {
	padding: 8px 0;
}
.program-card-section.ourteam-section .program-cards-col .program-card picture {
	aspect-ratio: 1.78/1;
}
.program-card-section.ourteam-section .program-cards-col .program-card picture img {
	aspect-ratio: 1.78/1;
}

@media (max-width: 767px) {
    .program-card-section.ourteam-section .row {
        gap: 0;
    }
    .designatation {
        font-size: 16px;
        line-height: 24px;
    }    
}

.aside-box.bg-black * {
	color: #fff;
}
.aside-box.asode-box-media{
	padding:0;
}	
.aside-box.asode-box-media img {
	width: 100%;
	aspect-ratio: 37/24;
}
.aside-box li a:hover {
	color: #5BC2E7;
}
.detail-program-type-banner-section .program-type-banner-heading {
	padding: 32px 0;
}
.detail-program-type-banner-section .program-type-banner-heading h1 {
	color: #5BC2E7;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
    padding-bottom: 0;
}
.hero-caption-one {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}
.hero-caption-two {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
}
@media (max-width: 990px) {
    .hero-caption-one {
        font-size: 18px;
    }
    .hero-caption-two {
        font-size: 12px;
    }
    .detail-program-type-banner-section .program-type-banner-heading {
        padding: 36px 0 0 0;
    }    
}
.wrapeer-section {
	background: #eee;
	padding: 0 40px 40px 40px;
} 
.content-rightbar {
	background: #fff;
}
@media screen and (max-width: 991px) {
    .wrapeer-section {
        padding: 0;
    }
}