.depoimentos {
    background-color: #FAF6F2;
}

.depoimentos__wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 120px 0 104px;
    -webkit-font-smoothing: antialiased;
}

.depoimentos__title {
    color: #002820;
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 64px;
}

.depoimentos__cards {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

.depoimentos__card-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 0;
    max-width: 325px;
    width: 100%;
}

.depoimentos__card-text {
    color: #002820;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.depoimentos__card-author {
    text-align: right;
    color: #566972;
}

.depoimentos__store-container {
    display: flex;
    gap: 88px;
    margin: 104px 0;
}

.depoimentos__store-text {
    max-width: 340px;
    width: 100%;
    padding: 24px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.depoimentos__store-text-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.depoimentos__store-review-header {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.depoimentos__store-review-title {
    color: #011511;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
}

.depoimentos__store-review-stars {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.depoimentos__store-review-text {
    color: #002820;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.depoimentos__store-rating-main {
    color: #D1B592;
    text-align: right;
    font-size: 128px;
    font-weight: 500;
    line-height: 114px;
}

.depoimentos__store-rating-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.depoimentos__store-rating-stars {
    display: flex;
    gap: 16px;
    margin: 16px 0 8px;
}

.depoimentos__store-rating-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.depoimentos__store-rating-content-text {
    font-size: 24px;
}

.depoimentos__store-star {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.depoimentos__store-rating-btn {
    display: flex;
    width: 100%;
}

.depoimentos__store-rating-btn-item {
    text-align: center;
    font-size: 14px;
    color: #45565C;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #A3B1B7;
    border-radius: 100px;
    padding: 12px 16px;
    width: 100%;
    margin-top: 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.25s;
}

.depoimentos__store-rating-btn-item:hover {
    background-color: rgba(0, 40, 32, 0.05);
}

.depoimentos__store-image img {
    width: 100%;
    height: auto;
}

.depoimentos__disclaimer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}

.depoimentos__disclaimer p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #8F9FA6;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 767px) {
    .depoimentos__wrapper {
        padding: 72px 24px 32px;
    }

    .depoimentos__title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 56px;
    }

    .depoimentos__cards {
        flex-direction: column;
        gap: 16px;
    }

    .depoimentos__card-item {
        max-width: 100%;
    }

    .depoimentos__store-container {
        flex-direction: column;
        gap: 48px;
    }

    .depoimentos__store-text {
        max-width: 100%;
    }

    .depoimentos__store-rating-wrapper {
        margin-top: 24px;
    }
    .depoimentos__disclaimer {
        padding: 0 24px;
        margin-top: -120px;
        padding-bottom: 72px;
    }
}
