.banner-container {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 4px;
}

.offert-content {
    width: 66%;
}

.offert-content .title {
    font-size: 22px;
    font-weight: 800;
    padding: 0 !important;
    margin: 12px 12px 0 12px;
}

.wellness-container, .baths-cointainer {
    width: 50%;
}

.offerts {
    display: flex;
}

.image-banner-product {
    width: 33%;
    background-size: cover;
    background-position: center;
}

.baths-block, .wellness-block {
    margin-top: 8px;
}

.baths-block .title {
    color: #21699e;
}
.wellness-block .title {
    color: #9e7e28;
}

.baths-block .title, .wellness-block .title {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 !important;
    margin-bottom: 12px;
    line-height: 20px;
    height: 50px;
}

.baths-block .product-text, .wellness-block .product-text {
    display: block;
    padding: 0 12px;
}

.baths-block .separator-product-text, .wellness-block .separator-product-text {
    display: block;
    margin-bottom: 12px;
}

.baths-block .product-text .subtitle {
    color: #21699e;
    font-weight: bold;
}
.wellness-block .product-text .subtitle {
    color: #9e7e28;
    font-weight: bold;
}

.btn-container {
    padding: 12px;
}

@media screen and (max-width: 1080px) {
    .banner-container {
        flex-direction: column;
    }
    .image-banner-product {
        width: 100%;
        height: 180px;
        margin-top: 12px;
    }
    .offert-content {
        width: 100%;
    }
    .offerts {
        flex-direction: column;
    }
    .wellness-container, .baths-cointainer {
        width: 100%;
    }
}