@media (min-width: 768px) and (max-width: 1024px) {
  
}
@media (max-width: 768px) {
    div.for_products.home__col {
        margin-bottom: 30px;
    }
}
