.section-header {
    width: 100%;
    padding: 37px 36px 0;
}

.section-header__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: 1368px;
    margin: 0 auto;
}

.section-header__logo,
.section-header__content {
    min-width: 0;
}

.section-header__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 160px;
}

.section-header__logo img {
    display: block;
    width: 160px;
    height: 55px;
    object-fit: contain;
}

.section-header__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 0 1 957px;
}

.section-header__text,
.section-header__text p {
    font-family: 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0;
    color: #111111;
    text-align: left;
}

.section-header__text {
    width: 957px;
    max-width: 100%;
    height: 108px;
    margin-top: 4px;
}

.section-header__text p + p {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .section-header {
        padding: 28px 24px 150px;
    }

    .section-header__inner {
        gap: 24px;
    }

    .section-header__logo {
        width: 42%;
    }

    .section-header__content {
        width: 58%;
    }
}

@media (max-width: 560px) {

    .section-header {
        padding: 28px 24px 0px;
    }

    .section-header__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .section-header__logo,
    .section-header__content {
        flex: 0 0 auto;
        width: 100%;
    }

    .section-header__content {
        justify-content: flex-start;
    }

    .section-header__text,
    .section-header__text p {
        font-size: 18px;
        line-height: 19px;
        letter-spacing: 0;
        text-align: left;
    }

    .section-header__text {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 390px) {
    .section-header {
        padding: 24px 16px 0;
    }

    .section-header__inner {
        flex-direction: column;
        gap: 16px;
    }

    .section-header__logo {
        flex: 0 0 auto;
    }

    .section-header__logo img {
        width: 80px;
        height: 28px;
    }

    .section-header__text,
    .section-header__text p {
        text-align: left;
    }

    .section-header__text {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .section-header__text p + p {
        margin-top: 12px;
    }
}
