.services-wrapper{padding:50px 10%}.services-wrapper h2{font-size:1.4rem}.services-wrapper img{width:100%;height:200px;object-fit:cover;max-width:320px}.service_title{margin:10px 0}@supports (aspect-ratio:1.3/1){.services-wrapper img{height:revert;aspect-ratio:1.3/1}}.services-grid{--min-column-width:min(320px,100%);display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(var(--min-column-width),320px));gap:32px;padding:16px}@media (max-width:720px){.services-grid{--min-column-width:min(320px,100%);grid-template-columns:repeat(auto-fit,minmax(var(--min-column-width),1fr))}.services-wrapper img{max-width:100%}}@media (max-width:1072px){.service-column{margin-top:0!important}}