.swiper-button {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    width: 10px;
    padding: 20px 10px;
}
.swiper-button-prev {
    background: url(../images/nav-arrow-left.svg) center center no-repeat !important;
    left: -40px !important;
}
.swiper-button-next {
    background: url(../images/nav-arrow-right.svg) center center no-repeat !important;
    right: -40px !important;
}
.swiper-button:after, .swiper-button:before {
    content: none;
}
.swiper-outer-container {
    position: relative;
}
.swiper-container {
    margin: 0 20px;
}
.block.widget-slider .block-title {
    color: #00175A;
    margin-bottom: 40px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .block.widget-slider .block-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .product-image-container {
        width: auto !important;
    }
}
