.sc-faq {
  padding: 75px 0 120px;
}

.sc-faq .container {
  z-index: 3;
}

.sc-faq h2 {
  color: #B61E23;
  text-align: center;
  margin-bottom: 0;
}

.sc-faq .faq-items {
  margin-bottom: 36px;
}

.sc-faq .faq-item {
  border-bottom: 1px solid #0551BE;
  padding: 10px 0;
  color: #0551BE;
}

.sc-faq .faq-item .faq-question {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  padding: 36px 0 22px;
  text-transform: uppercase;
  color: #0551BE;
}

.sc-faq .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 21px;
  padding-bottom: 0;
  color: #000;
}

.sc-faq .faq-item .faq-answer li {
  margin-left: 0;
}

.sc-faq .faq-item .faq-answer a {
  color: #B61E23;
  text-decoration: none;
}

.sc-faq .faq-item .faq-answer a:hover {
  color: #000;
  text-decoration: underline;
}

.sc-faq .faq-item .symbol {
  display: block;
}

.sc-faq .faq-item .symbol-active {
  display: none;
  color: #0551BE;
}

.sc-faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 30px;
}

.sc-faq .faq-item.active .symbol {
  display: none;
}

.sc-faq .faq-item.active .symbol-active {
  display: block;
}
