h1{
    color: #7e2e2e;
    text-transform: uppercase;
    line-height: 37px;
    margin-top: 0;
    margin-bottom: 30px;
}
h2 {
    color: #7e2e2e;
    line-height: 37px;
    margin-top: 23px;
    margin-bottom: 14px;
}
h3 {
    color: #7e2e2e;
    font-size: 22px;
    line-height: 37px;
    margin-top: 23px;
    margin-bottom: 14px;
}

.content p{
    line-height: 25px;
}


.content ul:not(.pagination) li, .content ol:not(.breadcrumb) li{
    line-height: 25px;
    margin-bottom: 12px;
}
.content ul:not(.pagination) li{
    list-style: none;
    position: relative;
}
.content ol:not(.breadcrumb) {
    margin-left: 0;
    padding-left: 18px;
    margin-bottom: 25px;
    list-style-type: none;
    counter-reset: num;
}
.content ol:not(.breadcrumb) li:before {
    content: counter(num) '. ';
    counter-increment: num;
    color: #7e2e2e;
    margin-right: 11px;
    font-weight: bold;
}
.content ul:not(.pagination) li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #7e2e2e;
    left: -25px;
    top: 9px;
    border-radius: 100%;
}
.content blockquote {
    padding: 20px 29px;
    margin: 25px 0 22px;
    font-size: 20px;
    border-left: none;
    background: #fff;
    color: #7e2e2e;
    line-height: 39px;
}
.content blockquote p{
    line-height: 33px;
}
.content img{
    margin-bottom: 16px;
    margin-top: 13px;
    max-width: 100%;
}
.content img:after{
    content: '';
}
.content img + em{
    text-aling: center;
    font-size: 14px;
    font-style: normal;
}