.dr_blog_cat_wrapper h1,
.dr_blog_cat_wrapper h2,
.dr_blog_cat_wrapper h3 {
    font-weight: 700;
    line-height: 130%;
}

.dr_blog_cat_wrapper h1 {
    font-size: 32px;
}

.dr_blog_cat_wrapper h2 {
    font-size: 24px;
    margin-top: 50px;
}

.dr_blog_cat_wrapper h3 {
    font-size:24px;
}

.dr_blog_cat_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 8px;
}

.dr_blog_cat_wrapper {
    background: white;
    padding: 15px 80px 15px 80px;
    border-radius: 0 0 5px 5px;
}
.hero {
    overflow: hidden;
    background: #EAFDE7;

    margin-left: -80px;
    padding-left: 80px;

    margin-top: -50px;
    padding-top: 100px;

    margin-right: -80px;
    padding-right: 80px;

    padding-bottom: 80px;
    margin-bottom: 50px;
    display: flex;
}

.dr_hero_legend {
    font-size: 16px;
    line-height: 24px;
}

.dr_blog_cat_wrapper >h2,
.dr_blog_cat_wrapper >h3
{
    border-bottom: 1px solid lightgrey;
    margin-right: -80px;
}

.dr_blog_cat_wrapper >p {
    padding: 15px 0 0 0;
    font-weight: 400;
    font-size: 16px;
}

.dr_blog_cat_wrapper a:is(:link,:visited,:hover,:active,:focus) {
    color: #5BB449 !important;
    text-decoration: none !important;
    font-weight: 700;
}

/* custom ul, ol */
.dr_blog_cat_wrapper ul {
    list-style: none;
    padding-left: 1.5em;
    margin-bottom: 15px;
}
.dr_blog_cat_wrapper ul li {
    position: relative;
}

.dr_blog_cat_wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC8SURBVHgBpdIxCsIwFAbgF0utY4+QI+gRstktboJLvZmjmx0E3XIFj9AjZBHUUGJeQYnxWWL6QyDJe3yQRxiMSH1actMxhfsJJMZDOJ4ZJCRA2i6z4m+IQvbVuWWbY6UsAz19FNvdqtEpCNZwRpxZkCa/q/ogyxSkh/ACC27Nf2EBcrmaYuEjmH5Ga9eYeY25KcTrmQQiGmIE72FTGMxuZQzyAVGYW2UM8gURGMQgJBRgOgYZDGJy4DuEeQKh/ozRkzYa6gAAAABJRU5ErkJggg==")
    no-repeat center / contain;
    margin-left: -20px;
}

/* скрываем картинку на мобильных */
@media  (max-width: 768px){
    .dr_cat_img{
        display: none !important;
    }

    .hero {
        margin-left: -30px;
        padding-left: 30px;
        margin-right: -30px;
        padding-right: 30px;
    }
    .dr_blog_cat_wrapper {
        padding: 15px 30px 15px 30px;
    }
    .dr_blog_cat_wrapper >h2,
    .dr_blog_cat_wrapper >h3 {
        margin-right: -30px;
    }
    .dr_footer_monitorno {
        height: auto !important;
    }
}