    :root {
    --blue-light: #2c7ef3;
    --blue-dark: #001f54;
    --gray-light: #6c757d;
    --white:#fff;
}
* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container_testiomony {
margin-top: 40px;
width:100%;
color: #ffffff;


}

.testimonial_cortes {
background-image:url(../../assets/images/mildred-screenshot.2307051724072.jpg);
padding: 20px;
/* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
min-height:550px;


}
.client{
padding-left:5rem; 
color:var(--white);
margin-bottom:-40px;
font-size: 1.5rem;
}        
.mildred{
width: 60%;
margin-top: 40px;
margin-left: 2rem;

}
.testimonial_cortes h2 {
    font-size: 4rem;
    margin-bottom: 10px;
    width: 60%;
    font-size: 80px;
    
}
.testimonial_cortes p {
    font-size: 1.2em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .testimonial {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .testimonial p {
        flex: 1;
        margin: 0 10px;
    }
}
.testimonial-section {
display: flex;
flex-direction: column;
gap: 2rem;
padding: 2rem;
max-width: 900px;
margin: auto;

}

.testimonial {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1.5rem;
background-color: var(--blue-dark); 
padding: 1.5rem;
border-radius: 8px;
}

.video-thumbnail {
position: relative;
width: 500px;
height: 200px;
overflow: hidden;
border-radius: 8px;
}

.video-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}



.testimonial-text {
flex: 1;
}

.testimonial-text h2 {
font-size: 3rem;
margin: 0;
}
span{
color:var(--blue-dark)
}

.first-name {
color: #ffffff;
}

.last-name {
color: #1c5bb5;
}

.subtitle {
font-size: 1.1rem;
color: #d1d1d1;
margin: 0.5rem 0;
}

.quote {
font-size: 1rem;
color: #f0f0f0;
line-height: 1.6;
}
.video-thumbnail {
position: relative;
padding-bottom: 56.25%; 
height: 0;
overflow: hidden;
}

.video-thumbnail iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

