/* Add custom CSS styles below */ 
.gif-banner .gif-video img {
    margin-top: auto;
}
.s-count-down-item-label{
    color:#173B5E !important
}
.offers #slider-3 div.w-1\/2.md\:w-\[unset\]{
   width:50% !important ; 
}
section.image-text:nth-child(12) .item:nth-child(2) {
    display: none;
}
.gif-banner .gif-video{
    height: 100%;
    position: relative;
}
.gif-banner .txt-photo {
  gap: 2rem;
}
.gif-banner  .text-bg  {
  position: relative;
}
.content_improved #cat-1 {
    grid-area: six;
    }
   
.content_improved {
  display: grid;
  @media(min-width: 992px) {
 grid-template-columns: repeat(8, 1fr);
  grid-template-areas:
    "six six five five four four one one"
    "three three three three three three one one";
}
}
@media(max-width:760px){
  .offers #slider-3 div.w-1\/2.md\:w-\[unset\]{
     width:100% !important ; 
  }
   .content_improved {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(5, 180px);

    grid-template-areas:
      "six six"
      "five five"
      "four four"
      "three three"
      "one one";
    }
  .sm\:px-\[36px\]{
  width:130px;
  }
  
}