.text-block {
    padding: 50px 0;
}

.text-block h2 {
    margin-bottom: 45px;
}

.banner-blog {
    position: relative;
    display: flex;
    align-items: center;
    /* background-image: url(../image/bacg-blog.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px !important;
    border-radius: 12px;
    margin-bottom: 20px;
    z-index: 0;
}

.banner-blog.color_black .banner-blog_text div {
    color: #252525;
}

.banner-blog.color_black .banner-blog_text p {
    color: #676767;
}

.banner-blog-form {
    background-image: url(../image/banner-blog-form-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-blog-form .banner-blog_text > p {
    margin-bottom: 30px;
}

.banner-blog.color_black .banner-blog_text > div {
    color: #252525;
}

.banner-blog.color_black .banner-blog_text p {
    color: #676767;
}

.banner-blog::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 455px;
    height: 100%;
    z-index: -1;
}

.banner-blog-form::after {
    right: -5%;
}

.banner-blog-form-white, .banner-blog-form.color_black {
    background-image: url(../image/banner-blog-form-bg-white.webp);
    border: 1px solid #D8D8D8;
}

.banner-blog-form-white .checkbox-container input[type="checkbox"]:checked+.custom-checkbox::before, .banner-blog-form.color_black .checkbox-container input[type="checkbox"]:checked+.custom-checkbox::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath d='M6 10.8L3.2 8l-1.4 1.4L6 13.6l8-8L12.6 4z'/%3E%3C/svg%3E");
}


.banner-blog_text {
    padding: 0 !important;
    width: 52%;
}

.banner-blog_text > div {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 !important;
}

.banner-blog_text > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 40px;
}

.banner-blog_text button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    width: 230px;
    height: 49px;
}

.banner-blog form {
    position: relative;
}

.banner-blog form .field {
    width: 100%;
    margin-bottom: 10px;
}

.banner-blog form button {
    width: 100%;
}

.banner-blog form .checkbox-container {
    margin-top: 10px;
}

.banner-blog form .checkbox-container div {
    padding: 3px 0 0 !important;
}

.banner-blog form .checkbox-container a {
    color: #ffffff
}
.banner-blog-form.color_black form .checkbox-container div, .banner-blog-form.color_black form .checkbox-container a {
    color: #676767;
}
.banner-blog-form.color_black form .field {
    border-color: #E8E8E8;
}

.banner-blog-message {
    position: absolute;
    bottom: -33px;
}

.banner-blog-message.error {
    bottom: -33px;
    padding: 3px 15px !important;
    max-width: none;
}