.service-areas__inner{align-items:flex-start;backdrop-filter:blur(5px);background:hsla(0,0%,93%,.2);border:1px solid #73b7e3;border-radius:40px;box-shadow:0 4px 20px 0 rgba(115,183,227,.25);display:flex;flex-direction:column;flex-shrink:0;gap:24px;justify-content:center;min-height:540px;padding:24px}.service-areas__img{align-self:stretch;border-radius:32px;flex:1 0 0;overflow:hidden}.service-areas__img img{height:100%;object-fit:cover;width:100%}.arrows-wrapper{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:16px;width:100%}.custom-arrow__next,.custom-arrow__prev{align-items:center;background-color:#00141e;border-radius:12px;cursor:pointer;display:flex;justify-content:center;padding:12px;transition:background-color .2s ease-in}.custom-arrow__next:hover,.custom-arrow__prev:hover{background-color:var(--Blue-00,#1d5a78)}@media (max-width:768px){.service-areas__inner{height:auto;min-height:auto}.service-areas__img{aspect-ratio:1/1;border-radius:32px;flex:none;overflow:hidden;width:100%}.service-areas__img img{height:100%;object-fit:cover;width:100%}}