/* Add custom CSS styles below */ 
.s-block:first-of-type {
    margin-top: 0;
}
.ads .imgs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ads .img:nth-of-type(3) {
    grid-column: span 2;
}
.ads .img {
  grid-column: span 1;
}
.ads .img .over {
    display: none;
}
@media (max-width:767px){
  .ads .imgs {
   gap:5px
}
  
}