.wrap-template-84 .cartao-depoimento {
    min-height: 250px;
    transform: scale(0.98);
    box-shadow: 2px 3px 5px rgb(0 0 0 / 30%);
    background-color: #f0f0f0;
    border: 1px solid #000;
    border-radius: 2rem;
    padding: 20px 20px;
    color: #4C2A4D;
}

@media (min-width: 768px) {
    .wrap-template-84 .cartao-depoimento {
        padding: 20px 40px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1400px) {
}

.wrap-template-84 .foto-depoente {
    width: 150px !important;
    height: 150px;
    object-fit: cover;
    border: 5px solid #4C2A4D;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 0%;
}

.wrap-template-84 .nome-depoente {
    font-weight: bold;
    font-size: 1.2rem;
}

.wrap-template-84 .depoimento-nome-cargo {
    margin-bottom: 10px;
}

.wrap-template-84 .cargo-depoente p {
    font-size: 1.3rem;
}

.wrap-template-84 .depoimento-texto p, 
.wrap-template-84 .depoimento-texto p * {
    color: #4C2A4D !important;
    font-size: .8rem;
    line-height: 1.5rem;
}

.wrap-template-84 .dep-prev-btn,
.wrap-template-84 .dep-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffb400;
    border: none;
    color: #4C2A4D;
    font-size: 2rem;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 3;
}

.wrap-template-84 .dep-prev-btn {
    left: 0;
}

.wrap-template-84 .dep-next-btn {
    right: 0;
}

.wrap-template-84 .owl-item {
    display: flex;
    height: 100%;
    align-items: center;
}
