.img-banner {
    height: 290px;
    object-fit: cover;
    object-position: bottom -165px right 0;
}

.box-contact {
    width: 100%;
    max-width: 1200px;
    margin: 72px auto;
}

.box-content-contact {
    display: flex;
    justify-content: space-between;
}

.box-contact-left {
    width: 50%;
}

.box-contact-right {
    width: 45%;
}

.title-contact {
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.25px;
    color: #000000;
}

.text-contact {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #000000;
}

.form-contact {
    display: flex;
    flex-direction: column;
}

.input-contact {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 0 10px 14px;
    border: none;
    margin-bottom: 15px;
    width: 100%;
}

.btn-send {
    background: #101088;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 7px 17px;
    border: none;
    width: 130px;
    margin-top: 15px;
}

.box-btn {
    display: flex;
    justify-content: space-around;
}

.box-info-contact {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}

.info-contact-left,
.info-contact-right {
    width: 45%;
    padding: 25px 45px;
    background: linear-gradient(317.78deg, #F7F7F1 4.15%, #C8B395 95.03%);
    border-radius: 15px;
}

.title-info {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #101088;
    margin-bottom: 25px;
}

.lb-info {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #101088;
    margin: 0;
}

.text-info-contact {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #101088;
    margin-bottom: 25px;
}



@media (max-width: 991.98px) {
    .box-content-contact {
        flex-direction: column;
    }

    .box-contact-left,
    .box-contact-right {
        width: 100%;
    }

    .box-info-contact {
        flex-direction: column;
    }

    .info-contact-left,
    .info-contact-right {
        width: 100%;
    }

    .box-content-contact,
    .box-info-contact {
        padding: 0 25px;
    }

    .info-contact-left {
        margin-bottom: 25px;
    }

    .box-contact-right .position-relative {
        height: 450px !important;
    }

    .box-contact-right .position-relative .position-absolute {
        height: 450px !important;
    }

    .box-contact-right {
        margin-top: 25px;
    }

    .title-contact {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .img-banner {
        object-position: bottom 0 right 0;
    }
}