.offers-carousel .wp-block-address-image-box-6:first-child{
   padding-left: unset ;
   padding-right: 80px ;
}
.offers-carousel .wp-block-address-image-box-6:last-child{
   padding-left: 80px ;
   padding-right: unset ;
}

@media (max-width:991px){
   .offers-carousel .wp-block-address-image-box-6:first-child{
      padding-left: unset ;
      padding-right: 0 ;
   }
   .offers-carousel .wp-block-address-image-box-6:last-child{
      padding-left: 0 ;
      padding-right: unset ;
   }
}