#depoimentos {
    padding-top: 80px;
}
.depoimentos-title-top {
    text-transform: uppercase;
    font-family: "Ubuntu";
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.depoimentos-title-bottom {
    color: #000;
    font-family: "Ubuntu";
    font-size: 50px;
    font-weight: 500;
    width: 50%;
    line-height: normal;
}
.depoimentos-carousel {
    padding-top: 40px;
}
.depoimentos-box {
    padding: 0 20px;
}
.depoimentos-comments {
    text-align: center;
    padding-bottom: 15px;
    color: #6c757d;
    font-weight: 400;
}
.profile {
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-name {
    color: #ffc107;
    font-weight: 400;
    font-size: 18px;
}
.profile-des {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.profile-img-url {
    width: 100px;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}