.faq-section {
  max-width: 760px;
  margin: 0 auto;
}

.faq-section #faq-header {
  margin-bottom: 70px;
}

.faq-section #faq-header > p {
  font-size: 22px;
  color: #AEB9C6;
}

.faq-section h2 {
  font-size: 52px;
  color: #f4f4f6;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-section details {
  cursor: pointer;
}

summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

h4 {
  width: 760px;
}

summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-item: space-between;
  align-items: center;
  margin-bottom: 25px;
}

summary::marker {
  display: none;
  content: "";
}

.detail .material-symbols-outlined {
  margin-top: 4px;
  color: #f4f4f6 !important;
}

details > p {
  max-width: 650px;
  color: #AEB9C6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}

a{
    text-decoration: none;
}

.footer_link{
    color: #fff !important;
}
.footer_link:hover{
    color: #e5b0f0 !important;
}