.faqs-side-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 14px;
    background-color: #181818;
    padding-bottom: 12px;
}

.faqs-side-header p {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
    margin-left: 15px;
    text-transform: uppercase;
    font-family: 'Em';

}

.faqs-side-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: #333333;
    border-radius: 0 0 5px 5px;
}

.faqs-side-footer p {
    padding-left: 10px;
    width: 74%;
    text-align: justify;
    float: left;
    font-size: 12px;
    color: white;
    margin-bottom: 0;
    padding-top: 5px;
}

.faqs-side-footer a {
    margin-top: 20px;
    margin-right: 5px;
    font-size: 9px;
}
