.video-testimonial-card__frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#our-work .testimonial-item {
    padding: 20px 40px;
}
#our-work .testimonial-item h2 {
    margin-bottom: 10px;
    font-size: 20px;
}
#our-work .featured-img-wrapper {
    min-height: 350px;
}
#our-work .featured-img {
    object-fit: contain !important;
}
@media (min-width: 992px) {
    #our-work .col-lg-6 {
        max-width: 42%;
        margin: 0 auto;
    }
}

/* Стиль как у 7 причин для карточек услуг */
.services-showcase__card {
    background: var(--surface-color);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.services-showcase__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Стиль как у 7 причин для hero-point-card */
.hero-point-card {
    background: var(--surface-color);
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.hero-point-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
