.faq-container h2 {
  color: #C1B088;
  font-size: 2.5rem;
  font-weight: bold;
}
.faq-question-list {
  border-bottom: 4px solid rgba(76, 99, 143, 0.2);
  font-size: 1.75rem;
  margin-bottom: 2rem;
  padding: 0 0 4rem 0;
}
.faq-question-list a {
  color: #4C638F;
}
.faq-list-item {
  margin-bottom: 6rem;
  position: relative;
}
.faq-list-item .number {
  background-image: url('/assets/img/gold_icon_base.png');
  background-size: 50px;
  background-repeat: no-repeat;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  height: 50px;
  left: -70px;
  padding-top: .5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.faq-list-item h2 {
  color: #4C638F;
}
.faq-list-item p {
  font-size: 1.75rem;
}
.faq-list-item ul li {
  font-size: 1.75rem;
}
.back-to-the-top {
  background-color: rgba(55, 75, 115, 0.5);
  border-radius: 10px;
  bottom: 40px;
  font-weight: bold;
  height: 75px;
  left: 50%;
  opacity: 0;
  padding: 1.75rem 0.5rem 0 0.5rem;
  position: fixed;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%);
  width: 75px;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.back-to-the-top.bottom {
  bottom: 240px;
}
.back-to-the-top.visible {
  opacity: 1;
}
.back-to-the-top:link,
.back-to-the-top:active,
.back-to-the-top:hover,
.back-to-the-top:visited {
  color: white;
}
