.blog-first-screen {
    margin-top: 96px;
}

.blog-first-screen__wrapper {
    display: flex;
    align-items: center;
    gap: 41px;
}

.blog-first-screen__text-content {
    flex-basis: 570px;
}

.blog-first-screen__image-wrapper {
    flex-basis: 690px;
    margin-right: -179px;
}

.blog-first-screen__heading {
    margin-bottom: 10px;
    font-weight: 600!important;
    font-size: 64px;
    line-height: 1.2;
    color: #092dc5;
}

.blog-first-screen__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.78;
    color: #373f49;
    margin-bottom: 0;
}

.blog-first-screen input {
    width: 100%;
    padding: 9px 125px 9px 20px;
    border: 1px solid #d9def4;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #373f49;
}

.blog-first-screen form {
    position: relative;
    max-width: 530px;
}

.blog-first-screen .hs_submit {
    position: absolute;
    right: 8px;
    top: 6px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

.hs_error_rollup {
    display: none;
}

.blog-first-screen .hs_submit  .hs-button {
    padding: 7px 8px;
    border-radius: 4px;
    background: #083db4;
    font-weight: 900;
    font-size: 13px;
    line-height: 1.85;
    min-width: 105px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Avenir", sans-serif;
    cursor: pointer;
}

.blog-first-screen .hs_submit  .hs-button:hover {
    background: linear-gradient(135deg,#21b3fd 0%,#4521fd 100%);
}

.blog-first-screen__newsletter-form {
    margin-top: 30px;
}

.blog-first-screen .hs-error-msg {
    margin-top: 10px;
    font-size: 14px;
}


@media screen and (max-width: 1023.98px) {
    .blog-first-screen__wrapper {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .blog-first-screen {
        margin-top: 146px;
    }

    .blog-first-screen__text-content,
    .blog-first-screen__image-wrapper {
        flex-basis: fit-content;
    }

    .blog-first-screen__image-wrapper {
        margin-right: -60px;
        margin-left: -70px;
    }

    .blog-first-screen__image {
        max-height: 500px;
    }

    .blog-first-screen__heading {
        font-size: 40px;
        max-width: 355px;
        margin: 0 auto 10px auto;
    }

    .blog-first-screen__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .blog-first-screen input {
        padding: 9px 120px 9px 15px;
    }

    .blog-first-screen form {
        margin: 0 auto;
    }
}

@media screen and (max-height: 599.98px) {
    .blog-first-screen__image-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }

    .blog-first-screen form {
        width: 100%;
    }
}