.testimonials {
    text-align: center;
    padding: 50px 20px;
    background: #f9fbfc;
}

.testimonials h2 {
    font-size: 2.4rem;
    font-weight: 600px;
    color: #222;
}

.testimonials p {
    color: #555;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.videos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.video-box {
    flex: 1 1 300px;
    max-width: 500px;
}

.video-box video {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}