@charset "UTF-8";

  #faq + .width_fixed > .content_wrapper a {
    width: 100%;
  }

@media screen and (min-width: 768px) {
  #faq + .width_fixed > .content_wrapper {
    max-width: 1200px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}