.border-top{
   border-top: 1px solid #dfe2ed;
	padding-top:30px;
}
.special-offers {
    background-color: #9EA939 !important;
}
.special-offers-abstract:after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #9ea939 var(--tw-gradient-from-position) !important;
    --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%;
}
.special-offers .swiper-outer:after {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    z-index: 4!important;
    display: none!important;
    width: 2px!important;
    background-color: #9ea939!important;
}
/*.backdrop-popup {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.325s cubic-bezier(0.44, 0, 0.1, 1);
  display: none;
  align-items: center;
  justify-content: center;
}

.content-popup {
  max-width : 620px;
  padding: 20px;
}

@media (max-width: 600px) { .content-popup {
  max-width : 400px;
  padding: 20px;
} }*/