.service-overview__page{padding:8rem 0;width:100%;justify-content:center;background-color:#f5f5f5}.service-overview__page,.service-overview_wrapper{display:flex;flex-direction:column;align-items:center}.service-overview_wrapper{width:90%;background-color:white;gap:4rem;border-radius:30px}.service-overview__image{position:relative;width:100%;max-height:600px}.service-overview__image img{width:100%!important;height:auto!important;max-height:500px;position:relative!important;border-radius:10px 10px 0 0;object-fit:cover}.service-overview__text{display:flex;flex-direction:column;align-items:center;gap:1rem}.service-overview__head{font-size:36px;font-weight:700}.service-overview__head,.service-overview__highlight{font-family:Open Sauce One,system-ui,sans-serif;line-height:1.1;color:#1e1e1e}.service-overview__highlight{font-size:20px;font-weight:400;width:50%;text-align:center}.service-overview__features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:80%;padding-bottom:4rem}.service-overview__feature-item{display:flex;flex-direction:column;height:400px;border:none;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.service-overview__feature-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.service-overview__feature-image{position:relative;width:100%;height:100%;overflow:hidden;border-radius:10px}.service-overview__feature-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-overview__feature-item:hover .service-overview__feature-image img{transform:scale(1.05)}.service-overview__feature-overlay{position:absolute;inset:0;background:rgba(0,0,0,.35);border-radius:10px;z-index:1;transition:background .3s ease}.service-overview__feature-item:hover .service-overview__feature-overlay{background:rgba(0,0,0,.25)}.service-overview__feature-logo{position:absolute;top:1rem;left:1rem;width:100px;height:50px;background:#fff;border-radius:6px;z-index:2;display:flex;align-items:center;justify-content:center;padding:.25rem;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.service-overview__feature-item:hover .service-overview__feature-logo{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}.service-overview__feature-logo img{width:75%;height:75%}@media (max-width:768px){.service-overview_wrapper{gap:2rem}.service-overview__image{display:none}.service-overview__text{padding:2rem 0}.service-overview__head{font-size:24px}.service-overview__highlight{width:90%;font-size:16px;line-height:130%}.service-overview__features{grid-template-columns:1fr;width:90%;gap:1.5rem;padding-bottom:2rem}}