@media screen and (min-width:768px) {
#faq {
    padding-top: 400px !Important;
 }
}

@media screen and (max-width:767px) {
#faq {
    padding-top: 250px !Important;
 }
}

.dark-gray {
 background-color:#171717 !important;
}

.xgp-faq .c-glyph {
    color: #f4f4f4 !important;
}