.material-slider__inner{align-items:flex-start;align-self:stretch;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;gap:24px;min-height:620px;padding:32px}.material-slider__img{align-self:stretch;border-radius:32px;flex:1 0 0;overflow:hidden}.material-slider__img img{height:100%;object-fit:cover;width:100%}.material-slider__text{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:16px}.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:767px){.material-slider__img{height:300px}}