.servicos-carousel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: #000000a8 !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}


.rounded-4 {
    border-radius: 10px;
}
