
.block-container.hero-v2-container {
    width: 100%;
}
.block-container.hero-v2-container {
    .content-wrapper {
        width: 100%;
        padding: 32px 16px 0 16px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        background: #FFF;
    }
    .inner-content-wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 32px;
        width: 100%;
    }
    .left-side-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
        width: 100%;
    }
    .text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
        max-width: 100%;
    }
    .title-subtitle-container.Logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .title-subtitle-container.Text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }
    .logo-title {
        width: 211px;
        height: auto;
        max-height: 83px;
        object-fit: contain;
        object-position: left bottom;
    }

    .block-title {
        max-width: 100%;
        color: #00B5D3;
        font-family: Demo;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.2;
        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: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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