section.new-hero-with-form .new-hero-with-form__heading {
    font-size: 32px;
    text-align: left;
    line-height: 1.5em;
}

section.new-hero-with-form .new-hero-with-form__description p {
    font-size: 20px;
    line-height: 1.5em;
}

section.new-hero-with-form .new-hero-with-form__subheading {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.new-hero-with-form__form {
    background-color: #ffffff;
    padding: 30px 20px;
}

.new-hero-with-form__title {
    margin-bottom: 40px;
}

.new-hero-with-form__logo-item img {
    max-width: 100px;
    max-height: 36px;
    width: 100%;
    height: auto;
}

.new-hero-with-form__logos-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .new-hero-with-form__form {
        padding: 30px 60px;
    }

    .new-hero-with-form__logo-item img {
        max-width: 140px;
        max-height: unset;
    }

    .new-hero-with-form__logos-flex {
        gap: 50px;
    }
}

@media (min-width: 1200px) {
    .new-hero-with-form__title {
        margin-bottom: 0;
    }

    .new-hero-with-form__logo-item img {
        max-width: 200px;
    }

    .new-hero-with-form__logos-flex {
        gap: 55px 80px;
        margin: 0 auto;
        justify-content: center;
    }

    .new-hero-with-form__logos-flex img {
        max-width: 200px;
    }

    section.fx-block.has-logo-bar.new-hero-with-form {
        padding-bottom: 140px;
    }

    .new-hero-with-form__logos-flex {
        position: relative;
        margin: 0 auto;
        margin-top: -60px;
        background: #ffffff;
        margin-bottom: 50px;
    }
}