.home-services-tiles{width:100%;height:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(20.3125rem,1fr));grid-auto-rows:20.3125rem;gap:2rem}.home-services-tiles__tile{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:20.3125rem;height:20.3125rem;background:#fff;box-shadow:0 3px 13px 1px rgba(98,98,98,.08);border-radius:2.3125rem;padding:3.9375rem 5.1875rem 3.0625rem;margin:auto}.home-services-tiles__tile-image{width:100%;height:9.8125rem;margin:0 auto 1.625rem}.home-services-tiles__tile-title{color:var(--color-black);font-weight:400;font-size:1.5rem;line-height:1.75rem;text-align:center}.home-services__wrapper{width:100%;padding:2.5rem 1.5rem;overflow:auto}