.testimonials-wrapper {
    display: flex;
    padding: 50px 0px;
    gap: 60px;
    flex-wrap: wrap;
}

.testimonials-item-header .subtitle {
    margin: 0px;
    color: var(--primary-color1);
    font-size: 26px;
    line-height: 32px;
}

.testimonials-item {
    flex: 0 0 calc(100% / 2 - 30px);
    background: #cdcdcd;
    border-radius: 20px;
}

.testimonials-item-header {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.testimonials-item-header-img {
    flex: 0 0 80px;
}

.testimonials-item-padding {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #333;
}

.testimonials-item-content-stars i {
    color: #ffcb00;
    font-size: 20px;
}

.testimonials-item-content-stars {
    display: flex;
    gap: 5px;
}

.testimonials-folda.whitesmoke {
    background: whitesmoke;
}

.testimonials-folda .content-header {
    padding: 50px 0px 0px;
    text-align: center;
    color: var(--secondary-color1);
}

.testimonials-folda .content-header .title {
    margin: 0px;
}