@charset "utf-8";


article > h1 {
    background: url(../../img/contact/vis.jpg) no-repeat center 0;
}

#faq {
    padding-bottom: 80px;
}

article h2 {
    font-size: 23px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
article h2:after {
    content: "";
    background: #034679;
    display: block;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: -7px;
}
article h2 + p {
    font-size: 13px;
    line-height: 1.66;
    margin: 0 0 60px;
}