@charset "UTF-8";

/* header */

.template-4 header div .faq-logo img {
    width: 200px !important;
    height: 75px !important;
}
.template-4 .faq-header {
    align-items: center;
    background: #fff;
    display: flex;
}
.template-4 .faq-header h2 {
    color: #000 !important;
    font-weight: 700;
    height: 80px;
    justify-content: center;
}

.template-4 .faq-header h2:after {
    background: linear-gradient(90deg, #007AC5);
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 100px;
}