.wrap-products .carousel-services .owl-nav {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 30px 0 0;
    float: left;
    position: relative;
    width: 100%;
}

.wrap-products .carousel-services .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E73C31;
    border: none;
    color: #FFF;
}

.wrap-products .carousel-services .owl-nav button span {
    font-size: 20px;
}

.wrap-products .carousel-services .owl-nav button:hover {
    background: #FFF;
    color: #E73C31
}