.faq {
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.faq h1 {
  font-size: 38px;
  font-weight: 500;
}
.faq .sub-title {
  font-size: 18px;
  font-weight: 300;
}
.faq-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.faq-item {
  display: flex;
  align-items: center;
  width: 100%;
  color: #000;
}
.faq-item .col-left {
  flex: 0 0 80px;
  max-width: 80px;
  background: #e0e0e0;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
.faq-item .col-right {
  flex: 1;
  height: 67px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 500;
}
.faq-intro {
  font-size: 20px;
  font-weight: 300;
  display: none;
  flex-direction: column;
  gap: 27px;
  padding-left: 30px;
  letter-spacing: 0.09em;
}
.faq-intro.active {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}

.faq-intro p {
  margin: 0;
}
.faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq ul li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
