.portfolio__image-container{border-radius:32px;height:100%;overflow:hidden;width:100%}.portfolio__image-container 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)}