.other-services__cards{display:grid !important;gap:20px;grid-template-columns:1fr;justify-items:center}.other-services__cards .other-services__service-link{display:flex;width:100%;max-width:400px;text-decoration:none}.other-services__cards .service-item__image{height:200px !important;min-height:200px;max-height:200px}.other-services__cards .service-item__image img{width:100%;height:100% !important;object-fit:cover;object-position:center}@media screen and (min-width:600px){.other-services__cards{grid-template-columns:repeat(2,1fr)}.other-services__cards .other-services__service-link{max-width:none}.other-services__cards .service-item__image{height:180px !important;min-height:180px;max-height:180px}}@media screen and (min-width:900px){.other-services__cards{grid-template-columns:repeat(3,1fr)}.other-services__cards .service-item__image{height:190px !important;min-height:190px;max-height:190px}}@media screen and (min-width:1200px){.other-services__cards{grid-template-columns:repeat(4,1fr)}}