.blog_top_banner {
    position: relative;
    height: 160px;
    background-color: #BFBFE2;
    background-image: url(/local/templates/ncrdo_visually/images/banner/blog_bg_banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 10px;
}
.blog_top_banner_content {
    position: relative;
    padding: 20px 40px;
    z-index: 58;
}
.blog_top_banner_title {
    font-family: Mulish;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #34404E;
}
.blog_top_banner_pretitle {
    font-family: Mulish;
    font-weight: 600;
    font-size: 20px;
    color: #34404E;
}
.blog_top_banner_img {
    width: 491px;
    height: 160px;
    background-image: url(/local/templates/ncrdo_visually/images/banner/blog_img_banner.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 56;
}
a.blog_top_banner_btn {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: inline-block;
    color: #fff;
    background: #6060F3;
    font-size: 15px;
    line-height: 120%;
    padding: 8px 23px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: none;
    text-align: center;
    z-index: 60;
}
a.blog_top_banner_btn:hover {
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
    .blog_top_banner_img {
        right: -24px;
    }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .blog_top_banner_img {
        right: 0;
        background-position: bottom right;
    }
    .blog_top_banner_title {
        font-size: 20px;
    }
    .blog_top_banner_pretitle {
        font-size: 16px;
    }
}
@media screen and (max-width: 639px) {
    .blog_top_banner {
        height: 260px;
    }
    .blog_top_banner_img {
        height: 260px;
        right: 0;
        background-position: bottom right;
    }
    .blog_top_banner_title {
        font-size: 20px;
    }
    .blog_top_banner_pretitle {
        font-size: 16px;
    }
}