.erasmus-testimonials-wrapper-5d03b327 {
    font-family: var(--e-global-typography-primary-font-family, inherit);
    padding: 40px 0;
}

.er-testi-header-5d03b327 {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.er-testi-title-5d03b327 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.er-testi-subtitle-5d03b327 {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.er-testi-layout-5d03b327 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 991px) {
    .er-testi-layout-5d03b327 {
        grid-template-columns: 1fr;
    }
}

.er-testi-featured-5d03b327 {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 5px solid #F26D21;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.er-testi-icon-5d03b327 {
    font-size: 4rem;
    line-height: 1;
    color: #8CC63F;
    margin-bottom: -10px;
}

.er-testi-quote-featured-5d03b327 {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
    flex-grow: 1;
}

.er-testi-author-5d03b327 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.er-testi-avatar-5d03b327 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.er-testi-meta-5d03b327 {
    display: flex;
    flex-direction: column;
}

.er-testi-name-5d03b327 {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
    color: #F26D21;
    font-weight: 700;
}

.er-testi-job-5d03b327,
.er-testi-school-5d03b327,
.er-testi-location-5d03b327 {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 2px;
}

/* Grid Styles */
.er-testi-grid-col-5d03b327 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.er-testi-grid-item-5d03b327 {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #8CC63F;
}

.er-testi-quote-small-5d03b327 {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    font-style: italic;
    margin-bottom: 15px;
}

.er-testi-author-small-5d03b327 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.er-testi-avatar-small-5d03b327 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.er-testi-meta-small-5d03b327 {
    display: flex;
    flex-direction: column;
}

.er-testi-name-small-5d03b327 {
    font-size: 1rem;
    margin: 0 0 3px 0;
    color: #2c3e50;
    font-weight: 600;
}

.er-testi-job-small-5d03b327 {
    font-size: 0.85rem;
    color: #777;
}
