.header-content {
  text-align: center;
  background-image: url("../images/faq_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.faq h3 {
  color: #C01324;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee; }

.faq .container > ul {
  padding-left: 20px; }
  .faq .container > ul > li {
    list-style: none;
    margin: 15px 0; }
    .faq .container > ul > li i {
      margin-right: 10px; }
    .faq .container > ul > li > a {
      text-decoration: none;
      font-size: 20px;
      color: #3993C0;
      transition: color 0.5s; }
      .faq .container > ul > li > a:hover {
        color: #0077b3; }

.faq .more-faq {
  margin: 20px 0;
  font-size: 16px;
  line-height: 25px; }
  .faq .more-faq h4 {
    color: #C01324; }

.faq .more-none {
  display: none; }
