.special-offers {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .special-offers {
    margin-top: 90px;
  }
}
.special-offers__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .special-offers__title {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .special-offers__wrapper {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .special-offers__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.special-offer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  color: var(--bs-white);
  overflow: hidden;
  min-height: 350px;
  background-color: var(--bs-secondary);
  padding: 16px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .special-offer {
    min-height: 273px;
    padding: 40px;
    align-items: center;
  }
}
.special-offer--1 {
  background: linear-gradient(180deg, rgba(60, 60, 60, 0) 1.52%, var(--bs-secondary) 59.68%), url("/static-tpl/bluebell/images/special-offer-img1.png") top center/cover no-repeat;
}
@media (min-width: 992px) {
  .special-offer--1 {
    background: linear-gradient(90deg, rgba(60, 60, 60, 0) 8.11%, var(--bs-secondary) 62.37%), url("/static-tpl/bluebell/images/special-offer-img1.png") center left/cover no-repeat;
  }
}
.special-offer--2 {
  background: linear-gradient(180deg, rgba(60, 60, 60, 0) 1.52%, var(--bs-secondary) 59.68%), url("/static-tpl/bluebell/images/special-offer-img2.png") top right/cover no-repeat;
}
@media (min-width: 992px) {
  .special-offer--2 {
    background: linear-gradient(90deg, rgba(60, 60, 60, 0) 8.11%, var(--bs-secondary) 62.37%), url("/static-tpl/bluebell/images/special-offer-img2.png") center left/cover no-repeat;
  }
}
.special-offer--3 {
  background: linear-gradient(180deg, rgba(60, 60, 60, 0) 1.52%, var(--bs-secondary) 59.68%), url("/static-tpl/bluebell/images/special-offer-img3.png") top left/cover no-repeat;
}
@media (min-width: 992px) {
  .special-offer--3 {
    background: linear-gradient(90deg, rgba(60, 60, 60, 0) 8.11%, var(--bs-secondary) 62.37%), url("/static-tpl/bluebell/images/special-offer-img3.png") center left/cover no-repeat;
  }
}
.special-offer--4 {
  background: linear-gradient(180deg, rgba(60, 60, 60, 0) 1.52%, var(--bs-secondary) 59.68%), url("/static-tpl/bluebell/images/special-offer-img4.png") top left/cover no-repeat;
}
@media (min-width: 992px) {
  .special-offer--4 {
    background: linear-gradient(90deg, rgba(60, 60, 60, 0) 8.11%, var(--bs-secondary) 62.37%), url("/static-tpl/bluebell/images/special-offer-img4.png") center left/cover no-repeat;
  }
}
.special-offer__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .special-offer__wrapper {
    width: 73%;
    margin-left: auto;
  }
}
.special-offer__heading {
  margin-bottom: 8px;
}
.special-offer__button {
  margin-top: auto;
  padding: 14px 0;
}
