.main-banner-content h1 {font-size: 34px; font-weight: 700; color: var(--darkblue); line-height: 48px; padding-bottom: 4px;     font-family: "Federo", sans-serif;}
.main-banner-content h2{font-size: 24px; font-weight: 700; color: #16b46f;}
.main-banner-content p{font-size: 18px; line-height: 32px; font-weight: 400; color: #6d6777; margin-top: 30px;}
.btn-primary {padding: 12px 30px; background: #16b46f; border: 2px solid #0b9f5e; font-size: 16px; font-weight: 500;}

.who-we-are-sec h1{font-size: 34px; font-weight: 700; }
.who-we-are-sec h4{font-size: 24px; font-weight: 700; color: #16b46f; }
.who-we-are-sec p{font-size: 16px;  font-weight: 400; color: #6d6777; text-align:justify; }

.media-sec h1{font-size: 34px; font-weight: 700;}
.media-sec img{width: 100%;}
.media-sec .card{background: #fbf5fe;
    border: 1px solid #eee1f4;
    display: grid;
    align-items: center;
    padding: 40px;
    width: 20%;
    margin: 0 10px;}


.bg-gradient-primary {
    background-size: cover;
    background-position: center;
    background-image: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/3466505/settings_images/AtEFUcLcQKaGjARo7WM2_file.jpg);
}



.bg-size-cover {background-size: cover !important;}

.card-hover .card-img-overlay {
    z-index: 5;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--si-card-img-overlay-padding);
    border-radius: var(--si-card-inner-border-radius);
}

.zindex-2 {
    z-index: 2 !important;
}

.faculty-sec .card img{width: 100%;}
.faculty-sec{background: #fafcf3; border-radius: 10px; border: 1px solid #e7eece; padding: 14px; min-height: 340px; height: 340px;}
.faculty-sec .card-body h3{    font-size: 28px;
    font-weight: 700;
    color: var(--darkblue);
    font-family: "Federo", sans-serif;}

.faculty-sec .card-body h5{font-size: 16px; font-weight: 500; padding: 0px; color: var(--darkblue); line-height: 26px; font-family: "Federo", sans-serif;}
.faculty-sec p{font-size: 14px;
    font-weight: 400;

    color: var(--gray);}

.subscribe-sec h1, p{color: #fff; font-family: "Federo", sans-serif;}

    

.poscast h1{font-size: 34px;
    font-weight: 700; 
    margin: 50px 0 30px 0; 
    color: var(--darkblue);
    font-size: 30px;
    font-family: "Federo", sans-serif;}
    


.podcast-container{ background: #fafcf3;
    padding: 20px;
    border-radius: 10px }

.podcast-container h5{
    font-size: 18px;
    color: var(--darkblue);
    font-weight: 700;
    margin: 20px 0 4px 0px;
    font-family: "Federo", sans-serif;
}

.main-H{    color: var(--darkblue); font-family: "Federo", sans-serif; font-weight: 700;}