.brands-list{display:grid;grid-template-columns:1fr 1fr 1fr;padding-top:20px}.brand{align-items:center;background-color:#fff;border:1px solid #e7e7e7;cursor:pointer;display:flex;flex-direction:column;height:130px;justify-content:center;overflow:hidden}.brand:hover{box-shadow:0 0 15px 1px #e7e7e7;transform:scale(1.1);z-index:2}.brand__img{height:auto;max-height:45px;max-width:150px}.brand__name{color:#000;font-size:12px;font-weight:700;padding:10px;text-align:center;text-transform:uppercase}@media (min-width:770px){.brands-list{grid-template-columns:1fr 1fr 1fr 1fr}}.container_brands{padding-bottom:60px}.brands__title{font-size:20px;margin-bottom:20px}.brands__text{color:#707070;margin-bottom:20px}.brands__items{display:grid;grid-template-columns:1fr 1fr}.brands__img{height:auto;margin-bottom:20px;max-height:45px;max-width:150px}@media (min-width:480px){.brands__title{font-size:30px;line-height:35px}}@media (min-width:580px){.brands__items{grid-template-columns:1fr 1fr 1fr}}@media (min-width:770px){.brands__items{grid-template-columns:1fr 1fr 1fr 1fr}}