.faq-list__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  color: #201F68;
}
@media (max-width: 900px) {
  .faq-list__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .faq-list__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.faq-list__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
.faq-list .popular-articles__icon {
  height: 18px;
  width: 10px;
}
.faq-list__link {
  background-color: #F8F7FC;
  padding: 26px 24px;
  border-radius: 12px;
}
.faq-list__link:hover {
  background-color: #EDEDF8;
}
.faq-list__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.faq-list__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #201F68;
}

/*# sourceMappingURL=widget-faq-list.css.map */
