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

.banner-section {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 48px;
}

.carousel-caption {
    bottom: -0.75rem !important;
    left: 5% !important;
}

.title-banner {
    font-size: 15px;
    line-height: 200%;
    color: #FFFFFF;
}

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

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

.box-retailer {
    background: #FFFFFF;
    padding: 50px;
}

.input-form {
    background-color: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
}

.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;
}

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