
/* \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;
}

.signup-btn{
    max-width: 133px;
    width: 100%;
    height: 38px;
    background-color: #e3b604;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    text-decoration: none;
}
.signup-btn:hover{
    background-color: #b59103;
}
@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;
    }
}
