.image-slider .owl-prev,
.image-slider .owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
}

.image-slider .owl-prev > span,
.image-slider .owl-next > span {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 9px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 17'%3E%3Cpath fill='%23D8003F' d='M8.938 8.197a1.253 1.253 0 0 0-.317-.713L2.536.74a1.343 1.343 0 0 0-.414-.313A1.407 1.407 0 0 0 .626.59C.491.7.38.834.298.984a1.237 1.237 0 0 0 .178 1.42L5.81 8.319.476 14.23a1.27 1.27 0 0 0-.26.438 1.225 1.225 0 0 0 .082.983c.081.15.193.285.328.394.136.11.293.193.462.245a1.42 1.42 0 0 0 1.034-.08 1.36 1.36 0 0 0 .414-.313L8.62 9.15a1.245 1.245 0 0 0 .317-.954Z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-slider .owl-prev > span {
    transform: rotate(180deg);
}

.image-slider .owl-prev {
    left: 20px;
}

.image-slider .owl-next {
    right: 20px;
}

@media screen and (min-width: 1152px) {

    .image-slider .owl-prev,
    .image-slider .owl-next {
        width: 40px;
        height: 40px;
    }

    .image-slider .owl-prev > span,
    .image-slider .owl-next > span {
        width: 12px;
        height: 22px;
    }

    .image-slider .owl-prev > span {
        transform: rotate(180deg);
    }
}