
.special-offers {
    background-color: #D1784C;
}

.special-offers .swiper-outer:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 4;
    display: none;
    width: 2px;
    background-color: #D1784C;
}

.special-offers-abstract:after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #D1784C var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to-position: 50%;
}

.bg-red {
      background-color: #D1784C;
}