.elementor-widget-gorriceta_testimonial {
   
    height: 100%;
}

.elementor-widget-gorriceta_testimonial .testi-slider,
.elementor-widget-gorriceta_testimonial .testi-track,
.elementor-widget-gorriceta_testimonial .testi-slide {
    height: 100%;
    
}

.testi-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.testi-track {
    display: flex;
    height: 100%;
    align-items: center;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    gap: 24px;
}

.testi-slide {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4px;
	gap: 32px;
}

.testi-quote {
    font-size: clamp(16px, 2vw, 28px);
    font-style: italic;
    margin-bottom: 30px;
    color: #001F60;
    text-align: justify;
}

.testi-author {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.testi-author-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testi-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
}

.testi-author-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.testi-name {
    font-size: clamp(16px, 1.2vw, 24px);
    margin: 0;
    color: #001F60;
}

.testi-position {
    font-size: clamp(12px, 1vw, 16px);
    margin: 0;
    color: #001F60;
}

.testi-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #BC955C;
    color: #F0F1F5;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 14px);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.testi-btn:hover {
    opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .testi-author {
        flex-direction: column;
        align-items: flex-start;
    }

    .testi-btn {
        width: 100%;
        text-align: center;
    }
}