.wrap-template-99 {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}

.wrap-template-99 .carousel-profissionais .owl-stage-outer {
    overflow: none;
    overflow-x: hidden;
}

.wrap-template-99 .testimonial-card {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2rem 1rem 1rem;
    text-align: center;
    height: 100%;
    width: 100%;
}

.wrap-template-99 .testimonial-image {
    max-width: 160px;
    max-height: 160px;
    object-fit: cover;
    object-position: top;
    display: inline-block !important;
    width: 100%;
    height: 160px;
    border: 8px solid #d51bed;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 50%;
    margin-top: -130px;
    background-color: white;
}

.wrap-template-99 .owl-carousel .owl-stage {
    display: flex
}

.wrap-template-99 .testimonial-name {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 1rem 0 0.6rem 0;
}

.wrap-template-99 .testimonial-role {
    font-size: 0.7rem;
}

.wrap-template-99 .nav-btn {
    width: 40px;
    height: 40px;
    background-color: #FFCD00;
    border: none;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.wrap-template-99 .pro-prev-btn-1,
.pro-next-btn-1,
.wrap-template-99 .pro-prev-btn-2,
.pro-next-btn-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffb400;
    border: none;
    color: #4c2a4e;
    font-size: 2rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 3;
}

.wrap-template-99 .pro-prev-btn-1,
.wrap-template-99 .pro-prev-btn-2 {
    left: 0;
}

.wrap-template-99 .pro-next-btn-1,
.wrap-template-99 .pro-next-btn-2 {
    right: 0;
}