
/* \about-program-section */

.about-program-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-program-section .details h1 {
    color: #9e8562;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
}

.about-program-section .details p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.about-program-section .image img {
    height: 500px;
    object-fit: cover;
}

.about-program-section .details h5 {
    color: #9e8562;
    font-size: 16px;
    font-weight: 600;
}

.about-program-section .details h4 {
    color: #9e8562;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width:767.98px) {
    .about-program-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-program-section .details h1 {
        font-size: 26px;
        line-height: 38px;
    }

    .about-program-section .details p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-program-section .image img {
        height: auto;
    }

    .about-program-section .details h5 {
        font-size: 13px;
    }

    .about-program-section .details h4 {
        font-size: 18px;
    }
}
