.c-item {
    height: 720px;
}
.c-img {
    height: 720px;
    object-fit: cover;
    filter: brightness(0.9);
}
.overview{
    height: 180px;
    background-color: #eff3fb;
}
.icon-wrapper {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    margin: auto;
}
.showcase-section {
    padding: 6rem 0;
}
.card-icon {
    font-size: 3rem;
    color: #0d6efd; /* Bootstrap primary color */
    margin-bottom: 1rem;
}
.partner-logo {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}
p{
    font-size: 18px;
    text-align: justify;
}
.img-fluid{
    border-radius: 10px;
}
.navbar .nav-link.active {
  color: red !important;
}
@media (max-width: 768px){
   .icon-wrapper {
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 1rem;
        margin: auto;
    } 
    .card-icon {
        font-size: 2rem;
        color: #0d6efd; /* Bootstrap primary color */
        margin-bottom: 1rem;
    }
    .overview p{
        display: none;
    }
    #programs img{
        margin-bottom: 20px;
    }
    #partners .partner-logo{
        max-width: 55%;
    }
}