@media (max-width: 768px) {
    .text-block {
        padding: 22.5px 0;
    }

    .text-block h2 {
        margin-bottom: 25px;
    }

    .banner-blog {
        padding: 30px 15px !important;
        background-size: cover;
    }

    .banner-blog_text {
        width: 100%;
    }

    .banner-blog_text > div {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner-blog_text > p {
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        margin-bottom: 25px;
    }

    .banner-blog_text button {
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        width: 183px;
        height: 44px;
    }

    .banner-blog::after {
        left: 50%;
        right: initial;
        bottom: -8px;
        width: 100%;
        max-width: 300px;
        height: 230px;
        transform: translateX(-50%);
    }

    .banner-blog-form {
        padding-bottom: 260px !important;
    }

    .banner-blog form .field {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-blog-form::after {
        height: 270px;
    }
}