.wwk-faq {
  padding: 86px 0 72px;
  background: #fff;
}

.wwk-faq__heading {
  max-width: 810px;
  margin: 0 auto 42px;
  text-align: center;
}

.wwk-faq__heading h2 {
  margin: 0;
  color: #173451;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.wwk-faq__heading p {
  margin: 12px auto 0;
  color: #66798b;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.wwk-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
  align-items: start;
}

.wwk-faq__item {
  border: 1px solid #d6e2ed;
  background: #fff;
}

.wwk-faq__item h3 {
  margin: 0;
}

.wwk-faq__item button {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 17px 20px;
  background: #fff;
  color: #315a7f;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.wwk-faq__item button b {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.wwk-faq__item button i {
  flex: 0 0 auto;
  margin-left: 15px;
  color: #7ebb42;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.wwk-faq__item button:focus-visible {
  outline: 2px solid #205d9f;
  outline-offset: -3px;
}

.wwk-faq__item > div {
  border-top: 1px solid #e0e8f0;
  padding: 18px 20px 21px;
}

.wwk-faq__item p {
  margin: 0;
  color: #657d91;
  font-size: 13px;
  line-height: 1.72;
}

@media (max-width: 767px) {
  .wwk-faq {
    padding: 62px 0 72px;
  }

  .wwk-faq__heading {
    margin-bottom: 34px;
  }

  .wwk-faq__heading h2 {
    font-size: 24px;
  }

  .wwk-faq__heading p {
    font-size: 13px;
  }

  .wwk-faq__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}
