@media only screen and (min-width: 1024px) {
  section.faq {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    section.faq h3 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 60px; }
    section.faq h5 {
      font-size: 24px;
      line-height: 30px; }
    section.faq p {
      font-size: 16px;
      line-height: 26px; } }

/*# sourceMappingURL=block-faq-desk.css.map */