.Client_Insights {
    display: flex;
    flex-direction: column;
    justify-content: center;
  height: 1087px;
    align-items: center;
    margin:100px;
}

.Client_Insights_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1280px;
    height: 1087px;
}
.Client_Insights_position_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 416px;
    height: 907px;
}

.Client_Insights_position {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 416px;
    height: 244px;
}

.Client_Insights_title {
    color: #545C9E;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 550;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Client_Insights_title_h1 {
    margin-top: 32px;
    background: linear-gradient(145deg, #80E5FF 0px, #545C9E 40%, #545C9E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 56px;
    letter-spacing: 2px;
    font-weight: 550;
}

.Client_Insights_title_position_video {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
}
.Client_Insights_mobail1 {
    display: none;

}
.Client_Insights_title_h2 {
    color: #545C9E;
    font-size: 20px;
    padding: 5px;
}

.Client_Insights_title_h2_video {
    color: #FFFFFF;
    font-size: 32px;
    padding: 5px;
    top: 140px;
    left: 40px;
    position: relative;
}

.Client_Insights_title_h3_video {
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px;
    top: 140px;
    left: 40px;
    position: relative;
}

.Client_Insights_video {
    width: 416px;
    height: 634px;
}

.Client_Insights_video_setting {
    border-radius: 20px;
    width: 416px;
    height: 632px;
    aspect-ratio: 16 / 9; /* указываем соотношение сторон */
    object-fit: cover;
}

.Client_Insights_line_gradient {
    width: 32px;
    height: 1px;
    padding: 0.5px;
    background: linear-gradient(
            145deg,
            #80E5FF 0px,
            #545C9E 80%,
            #545C9E 100%
    );
}










/* Центр и правый блоки */

.Client_Insights_position_right {
    margin: 200px 0px 0 12px;
    width: 350px;
    height: 725px;
    position: relative;
    overflow: hidden;

    /* прозрачность сверху и снизу */
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}


.Testimonial_Card2 {
    display: flex;
    flex-direction: column;
    width: 350px;
    will-change: transform;
}




.Client_Insights_position_center {
    margin: 200px 12px 0 42px;
    width: 350px;
    height: 725px;
    position: relative;
    overflow: hidden;

    /* прозрачность сверху и снизу */
    mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}

.Testimonial_Card {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 450px;
    will-change: transform;
}

.Client_Insights_Testimonial_Card_content {
    width: 310px;
    margin-bottom: 40px; /* отступ между карточками */
    transition: transform 0.3s ease-in-out;
}




.Client_Insights_Testimonial_Card_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(228, 231, 246, 0.7);
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Client_Insights_title_Card_h2 {
    color: #545C9E;
    font-size: 20px;
    padding: 5px;
}

.Client_Insights_title_Card_h3 {
    color: #465478;
    font-size: 14px;
    padding: 5px;
}

.Client_Insights_img {
    width: 104px;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.positon_img {
    margin-bottom: 10px;
    margin-left: 5px;
}
.Client_Insights_mobail{
    display: none;
}

/* ====== Адаптация под планшеты (до 1024px) ====== */
@media (max-width: 1024px) {
    .Client_Insights {
        margin: 50px 20px;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .Testimonial_Card2{
        display: none;
    }


    .Client_Insights_position_center {
        margin: 200px 12px 0 42px;
        width: 100%;
        height: 725px;

    }
    .Client_Insights_position {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: auto;
        align-items: center;
    }
    .Client_Insights_wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        align-items: center;
    }

    .Client_Insights_position_left{
       width: 100%;
    }

    .Client_Insights_video,
    .Client_Insights_video_setting {
        width: 100%;
        height: 500px;
        max-width: 600px;
    }



    .Client_Insights_Testimonial_Card_content {
        width: 100%;
    }
    .Client_Insights_position_right{
        display: none;
    }
}


/* ====== Адаптация под мобильные (до 768px) ====== */
@media (max-width: 768px) {
    .Client_Insights_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
    }
    .Client_Insights_position_center,
    .Client_Insights_position_right {
        display: none;
    }
    .Client_Insights {
        margin: 40px 10px;
    }
.Client_Insights_title_position_video{
    align-items: flex-start;
}
    .Client_Insights_title_h1 {
        font-size: 36px;
        text-align: center;
    }
    .Testimonial_Card,
    .Testimonial_Card2 {
        width: 100%;
        height: 305px;
    }
    .Client_Insights_title_h2,
    .Client_Insights_title_Card_h2 {
        font-size: 18px;
        text-align: center;
    }

    .Client_Insights_title_h3_video,
    .Client_Insights_title_h2_video {
        font-size: 16px;
        top: 80px;
        left: 20px;
        position: relative;
        text-align: center;
        margin-top: 10px;
    }

    .Client_Insights_position_left,
    .Client_Insights_position_center,
    .Client_Insights_position_right {
        width: 100%;
    }

    .Client_Insights_video    {
        width: 100%;
        height: auto;
    }
    .Client_Insights_video_setting {
        border-radius: 20px;
        height: 582px;
        object-fit: cover;
    }
    .Client_Insights_img {
        width: 80px;
        height: auto;
    }

    .Client_Insights_title_Card_h3 {
        font-size: 12px;
    }
    .Client_Insights_mobail{
        display: block;
    }

    .Client_Insights_position {
        width: 100%;
        height: 74px;
    }


    .Client_Insights_mobail1 {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .Client_Insights_video1 {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .Testimonial_Card1 {
        display: flex;
        transition: transform 0.5s ease-in-out;
        width: 100%;
    }

    .Client_Insights_Testimonial_Card_content1 {
        flex: 0 0 100%; /* каждая карточка занимает 100% ширины контейнера */
        box-sizing: border-box;
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.4);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .Client_Insights_title_Card_h2 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
}


/* ====== Очень маленькие экраны (до 480px) ====== */
@media (max-width: 480px) {
    .Client_Insights_title_h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .Client_Insights_title_h2 {
        font-size: 16px;
    }

    .Client_Insights_img {
        width: 60px;
        height: auto;
    }

    .Client_Insights_Testimonial_Card_content {
        padding: 8px;
    }
}
