.locations-wrapper .contenedor_locations{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.locations-wrapper .contenedor_locations .box-locations{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:10px;overflow:hidden;padding:15px}.locations-wrapper .contenedor_locations .box-locations .box-img{border-radius:10px;overflow:hidden}.locations-wrapper .contenedor_locations .box-locations .box-img img{width:100%;height:auto;display:block}.locations-wrapper .contenedor_locations .box-locations h3{font-weight:600;font-size:18px}@media (max-width:767px){.locations-wrapper .contenedor_locations{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.locations-wrapper .contenedor_locations .box-locations{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 10px);flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}}