.s-block{
  margin-bottom: 2rem 
}  
@media(min-width:992px){
.inner > div {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.2);
    border-radius: 2rem;
}
}

.ads  {
    padding: 2rem;
    background: #c6bcd5;
    max-width: 100%;
}

.ads .imgs {
    grid-template-columns: repeat(3, minmax(400px, 300px));
    justify-content: center;
}

@media(max-width:768px){
  .txt {
    transform: translateY(-60px);
}
}