.maps{position:relative;z-index:2}.maps .title{margin:0 auto 60px;max-width:992px;text-align:center}.maps .title h2{color:#4378b0;text-align:center}.maps .maps-values{display:grid;flex-wrap:wrap;gap:30px;grid-template-columns:repeat(4,1fr);justify-content:space-between;margin:0 auto}.maps .maps-values-item{background-color:#1f2630;border:1px solid #ffba34;border-radius:30px;box-sizing:border-box;overflow:hidden;position:relative}.maps-values-box{color:#fff;padding:32px}.maps-values-img img{height:280px!important;object-fit:cover;width:100%}.maps-values-item h3{font-size:20px;margin-bottom:15px}.maps-values-item p{margin-bottom:25px}.maps-values-info{color:var(--orange);display:flex;font-size:14px;font-weight:600;gap:25px;line-height:20px}.maps-values-directions img{margin-left:10px}@media (max-width:1199px){.maps .maps-values{gap:30px;grid-template-columns:repeat(2,1fr);justify-content:normal}}@media (max-width:768px){.maps .container{padding:0}.maps .maps-values{gap:30px;grid-template-columns:1fr;justify-content:normal}}