/* Add custom CSS styles below */ 
.s-offer-wrapper .s-slider-block__title h2
{
font-size: 1.125rem;
    line-height: 0;
    color: #f87171;
}









/**
@keyframes slide-horizontal {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.s-advertisement-content-main {
  display: inline-block; 
  white-space: nowrap; 
  animation: slide-horizontal 12s linear infinite; 
  overflow: hidden; 
}

**/