/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-9-2, 20:48:31
    Author     : Abel
*/

.FaqBanner {
    color: #fff;
    background: url(../images/banner-1.jpg);
    background-size: cover;
}

.FaqBanner h2 {
    font-size: 24px;
    line-height: 120px;
    text-align: center;
}

.FaqBody {
    padding: 30px 0 30px 0;
}

.FaqBody ol {
    list-style: none;
}

.FaqQuestion {
    background-color: #ebebeb;
    padding: 16px 24px;
    cursor: pointer;
    font-size: 18px;
    margin: 5px 0;
}

.FaqAnswer {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 24px;
}

.icon-awe-book::before {
    content: "\f02d";
    margin-right: 15px;
}
