.wholesale-color {
    padding: 20px 10px;
}

.wholesale-color {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.image-brosuchre {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
}

.row.row-data {
    align-items: center;
    justify-content: space-between;
    padding: 115px 0px;
    border-bottom: 1px solid var(--color-B17896);
}

.brochure-grid .row.row-data:nth-child(even) {
    flex-direction: row-reverse;
}

.brochure-grid .row.row-data:nth-child(even) .image-brosuchre {
    margin: 0;

}

.brochure-grid .row.row-data:last-child {
    border-bottom: none;
}

.brochure-details p {
    color: #6C6D70;
}

.brochure-details .universal-anchor {
    padding-top: 35px;
}

.brochure-details .two-five,
.brochure-details p strong {
    font-weight: 600;
}

.brochure-details .two-five,
.brochure-details strong {
    color: #000;
}

section.wholesale-section.contact-sec .wholesale-color {
    background: transparent;
}

section.wholesale-section.contact-sec {
    background: #F8F2F5;
    position: relative;
    z-index: 1;
    margin: 0;
}

img.flower-image {
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width:1600px) {
    .row.row-data {
        padding: 80px 0px;
    }

    .brochure-details .universal-anchor {
        padding-top: 20px;
    }
}

@media(max-width:1400px) {
    .row.row-data {
        padding: 50px 0px;
    }

    .flower-image {
        max-width: 335px;
    }


}

@media(max-width:1200px) {
    .image-brosuchre {
        max-width: 500px;
        margin: 0 auto !important;
    }

    .row.row-data {
        gap: 30px;
    }
        .flower-image {
        max-width: 200px;
    }

}
@media(max-width:991px) {

    .flower-image {
       display: none;
    }
}