.services-cards{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(375px,1fr))}.services-cards__card .services-cards__card__image{border-radius:var(--border-radius);height:300px;margin-bottom:24px;overflow:hidden}.services-cards__card img{height:100%;object-fit:cover;object-position:center;transition:var(--transition);width:100%}.services-cards__card:hover .services-cards img{transform:scale(1.1)}.services-cards__card__content p:last-of-type{margin-bottom:0}.service-cards--wrapper__content{margin-bottom:48px;max-width:650px}@media screen and (min-width:768px){.services-cards{gap:48px}}@media screen and (min-width:1280px){.services-cards{gap:72px}.services-cards__card .services-cards__card__image{margin-bottom:48px}}