quyton
Hi
Use this code in custom css and adjust the value as per needs
.acm-features.style-3 .owl-carousel .owl-nav .owl-next,
.acm-features.style-3 .owl-carousel .owl-nav .owl-prev {
background: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
left: 130px;
line-height: 80px;
outline: none;
font-size: 2.5rem;
margin-top: -40px;
height: 80px;
width: 80px;
}
.acm-features.style-3 .owl-carousel .owl-nav .owl-next {
right: 130px;
left: auto;
}
.acm-features.style-3 .owl-carousel .owl-nav .owl-prev {
left: 130px;
right: auto;
}