
.block-container.hero-v2-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}
.block-container.hero-v2-container {
    .content-wrapper {
        max-width: 1920px;
        width: min(100%, 1920px);
        display: flex;
        justify-content: center;
        background: #F3F3F3;
    }
    .inner-content-wrapper {
        max-width: 1440px;
        width: min(100%, 1440px);
        padding: 85px 78px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 24px;
    }
    .left-side-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 32px;
        justify-content: center;
    }
    .text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
        max-width: 630px;
    }

    .title-subtitle-container.Logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .title-subtitle-container.Text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .logo-title {
        width: 358px;
        height: 135px;
        object-fit: contain;
        object-position: right bottom;
    }

    .block-title {
        max-width: 100%;
        color: #00B5D3;
        font-family: Demo;
        font-size: 52px;
        font-style: normal;
        font-weight: 300;
        line-height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .block-subtitle {
        color: #002846;
        font-family: Demo;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .block-content {
        color: #002846;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .btn-container {
        display: flex;
        width: 412px;
        min-height: 60px;
        height: auto;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 100px;
        background: #00B5D3;
        box-sizing: border-box;
    }

    .btn-form, .btn-link {
        color: #FFF;
        font-family: Demo;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background-color: #00b5d3;
        border: 0;
        text-decoration: none;
        text-align: center;
        width: 100%;
        cursor: pointer;
    }
    .video-container {
        width: 630px;
        height: 355px;
        flex-shrink: 0;
    }
    .video-icon-wrap {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .play-icon {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 42px;
        height: 42px;
    }
    .video-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*object-position: center;*/
        border-radius: 10px;
    }
}
