.title-program {
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    color: #292524;
    width: 500px;
}

.wrapper-content-program {
    display: flex;
    align-items: center;
    gap: 52px;
}

.wrapper-content-program.reverse {
    flex-direction: row-reverse;
}

.display-wrapper {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.ready-to {
    width: 100%;
    margin-bottom: 96px;

}

.bg-image {
    background-image: url('/assets/images/background-footer.png');
    border-radius: 16px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-ready-to {
    font-size: 42px;
    line-height: 120%;
    font-weight: 600;
    width: 638px;
    color: #1C1917;
}

.desc-ready-to {
    font-size: 16px;
    width: 600px;
    line-height: 130%;
    color: #1C1917;
}

.button-ready-to {
    background-color: #C35720;
    padding: 14.5px 16px;
    width: fit-content;
    border-radius: 1000px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FAFAF9;
    cursor: pointer;
}

.button-ready-to:hover {
    background-color: #C35720;
    color: #FAFAF9;
}

@media (max-width: 768px) {
    .wrapper-content-program {
        flex-direction: column !important;
        gap: 0;
    }

    .wrapper-content-program.reverse {
        flex-direction: column !important;
    }

    .counceling-about-content {
        padding: 0;
    }

    .title-program {
        font-size: 24px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 20px;
    }

    .mt-mobile-program {
        margin-top: 0 !important;
    }

    .about {
        padding: 20px 0 !important;
    }

    .bg-image {
        padding: 0 20px;
        max-width: 100%;
        background-position: right
    }

    .title-ready-to {
        font-size: 26px;
        width: auto;
    }

    .desc-ready-to {
        font-size: 14px;
        width: 100%;
    }

    .button-ready-to {
        font-size: 14px;
    }

    .display-wrapper {
        gap: 50px;
        padding: 0 40px;
    }
}