.lp-testimonials {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.lp-testimonials__header {
    text-align: center;
    margin-bottom: 50px;
}

.lp-testimonials__quote-icon {
    font-size: 3.5rem;
    color: #D4B96C;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.lp-testimonials__header h2 {
    font-family: var(--font1);
    color: var(--primary);
    font-size: 2.25rem;
    margin: 0 0 15px;
}

.lp-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-testimonials__card {
    background: #EDF3F7;
    border-radius: 10px;
    padding: 35px 30px;
}

.lp-testimonials__stars {
    margin-bottom: 18px;
}

.lp-testimonials__stars i {
    color: #F5A623;
    font-size: 1.1rem;
    margin-right: 2px;
}

.lp-testimonials__text {
    font-family: var(--font2);
    color: #444;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 20px;
}

.lp-testimonials__attribution {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-testimonials__name {
    font-family: var(--font2);
    font-weight: 700;
    color: var(--primary);
    font-size: 1rem;
}

.lp-testimonials__label {
    font-family: var(--font2);
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 767px) {
    .lp-testimonials {
        padding: 50px 0;
    }

    .lp-testimonials__grid {
        grid-template-columns: 1fr;
    }

    .lp-testimonials__header h2 {
        font-size: 1.75rem;
    }

    .lp-testimonials__card {
        padding: 25px 20px;
    }
}
