button.owl-prev {
    position: absolute;
    right: -15px;
    top: 75px;
    font-size: 3rem !important;
    
}
button.owl-next {
    position: absolute;
    left: -15px;
    top: 75px;
    font-size: 3rem !important;
    
}