.faq {
  padding: 84px 0 110px 0;
}

.card-header-faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a6c9b;
  padding: 21px 36px;
  cursor: pointer;
}

.title-faq {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1vw, 24px);
  line-height: 97.9%;
  color: #ffffff;
}

.icon-faq {
  font-size: 37px;
  color: #cdedff;
}

@media (max-width: 600px) {
  .card-header-faq {
    padding: 14px;
  }
}
