.section-header-banner {
  background-image: url("/assets/images/sections/bg-faq.jpg");
}

.section-questions {
  padding: 55px 0 115px;
}

@media screen and (max-width: 959px) {
  .section-questions {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .section-questions .btn {
    max-width: 260px;
    margin: 0 auto;
    white-space: pre-line;
  }
}

.questions-list {
  margin-bottom: 40px;
  text-align: left;
}

.question-item {
  margin-bottom: 30px;
}

.question-link {
  position: relative;
  padding: 0 75px 5px 0;
  font-size: 20px;
  font-family: "Town80TextBold", Arial, sans-serif;
  line-height: 1em;
  display: block;
  color: #003050;
  border-bottom: 2px solid #E6E6E6;
}

.question-link span {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Town80TextBook", Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.question-description {
  margin-top: 10px;
}

.question-description p {
  margin-top: 20px;
}

.question-description p:first-child {
  margin-top: 0;
}
