.header-banner {
    display: block;
    background: rgb(245,246,250);
    background: linear-gradient(90deg, rgba(245,246,250,1) 0%, rgba(245,246,250,1) 50%, rgba(102,48,225,1) 50%, rgba(102,48,225,1) 100%);
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    position: relative;
}

.header-banner__top {
    padding-block: 72px;
    padding-inline: 20px;
    background-color: #f5f6fa;
    display: flex;
    flex-direction: column;
}

.header-banner__container {
    padding: 72px 20px;
    color: #fff;
    background-color: #6630E1;
}

.header-banner__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 16px;
}

.header-banner__title {
    font-family: Open Sans Condensed;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
}

.header-banner__subtitle {
    max-width: 530px;
}

@media screen and (min-width: 1370px) {
    .header-banner__top {
        padding-block: 98px;
        flex-direction: row;
        padding-right: 60px;
    }

    .header-banner__subtitle {
        margin-left: auto;
        max-width: 530px;
    }

    .header-banner__container {
        padding: 26px 36px;
    }
}

@media screen and (max-width: 768px) {
    .header-banner__title {
        font-size: 35px;
        line-height: 40px;
    }
}