.service-box{height:100%;background:#fff;padding:10px 10px 22px;border-radius:4px;box-shadow:0 12px 30px rgba(20,33,38,.07);transition:transform .3s ease,box-shadow .3s ease;text-align:center;position:relative;overflow:hidden;margin-bottom:30px}.service-box:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(20,33,38,.14)}.service-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:2px;margin-bottom:18px;max-height:none}.service-box h2{font-size:1.35rem;margin-bottom:10px;font-weight:700;color:#142126}.service-box p{font-size:1rem;line-height:1.5;margin-bottom:20px;color:#657277;text-decoration:none!important}@media (max-width:768px){.service-box{margin-bottom:20px}.service-image{max-height:400px}.who-we-are{padding:60px 20px;text-align:center}}