﻿.about-title h2 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
    font-size: 36px;
    z-index: 1;
    padding: 0px 20px;
}
.about-title h2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: -1;
}

.about-us h2, .about-us h3 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
}
.about-us h2::before {
    content: '';
    width: 170px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    top: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.about-us h3 {
    font-size: 22px;
}
.about-us h3::before {
    content: '';
    width: 450px;
    height: 100%;
    background: var(--bg-site);
    position: absolute;
    bottom: -1px;
    left: -15px;
    z-index: -1;
    max-width: 100%;
}
.about-us p {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 15px;
}
.about-us .box-image .img-blank-about {
    height: 100%;
    width: 100%;
    background: url(../images/about-blank.png);
    background-size: cover;
}

@media (max-width: 1199px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .about-us h2 {
        text-align: center;
    }
    .about-us h2::before {
        left: 0;
        width: 100%;
    }
    .about-us h3 {
        text-align: center;
    }
    .about-us h3::before {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {

}