@media screen and (min-width:601px){   header .container {  justify-content: space-between;   }   }  @media screen and (min-width:993px){   .sides {  display: grid;  grid-template-columns: 1fr 1fr;  gap:20px; }   .sidea {  margin-bottom: 0;  }   .box {  padding:60px 0;   }   .swiper-vantagens .swiper-wrapper {  display:grid;  grid-template-columns:1fr 1fr;  gap:10px;   }   }