.sobre h3 {
    color: #444444;
}
.sobre {
    padding: 80px 0;
    position: relative;
}
/* .sobre::before {
    content: '';
    width: 1100px;
    height: 1100px;
    position: absolute;
    z-index: -1;
    display: block;
    background-color: #F0AEA0;
    top: 0;
    clip-path: circle(50% at 0 0);
    transition: all .3s;
} */
.sobre::before {
    content: '';
    width: 690px;
    height: 700px;
    display: block;
    background-image: url('../img/bg-cao.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: -250px;
    top: calc(50% - 100px);
}
/* .sobre::after {
    content: '';
    width: 690px;
    height: 700px;
    display: block;
    background-image: url(../img/bg-cao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    right: -150px;
    top: calc(50% - 100px);
} */
.sobre img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
    max-height: 450px;
}
.sobre .box-info {
    font-family: 'Unimed R';
    font-size: 21px;
    color: #666666;
    line-height: 26px;
}

.sobre .btn-secundario img {
    width: 25px;
    max-height: 25px;
    margin-bottom: 0;
    margin-right: 5px;
}
.sobre .btn-secundario {
    padding: 20px 12px;
}

.servico {
    min-height: 250px;
    transition: all .3s;
}
.servico p {
    font-family: 'Unimed R';
    font-size: 21px;
    color: #666666;
    line-height: 26px;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
    display: flex;
}

.owl-carousel img {
    border-radius: 5px;
    margin-bottom: 0;
    height: 100%;
}

.owl-theme .owl-dots {
    margin-top: 30px !important;
}

@media (max-width: 576px) {
    .owl-carousel img {
        width: auto !important;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}