@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.faq-article-wrap {
  background: #f4f4f4;
  padding: 3.75rem; }
  @media (max-width: 47.9375rem) {
    .faq-article-wrap {
      padding: 1.875rem; } }

.faq-article-single {
  padding: 5.625rem 7.5rem;
  background: white;
  border-radius: 0.9375rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #e0e0e0;
  max-width: 57.5rem;
  margin: 0 auto; }
  @media (max-width: 61.9375rem) {
    .faq-article-single {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .faq-article-single {
      padding: 1.875rem; } }
  @media (max-width: 35.9375rem) {
    .faq-article-single {
      border: none;
      border-radius: 0;
      box-shadow: none;
      margin: -1.875rem; } }
  .faq-article-single__topic {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
    color: #2b2b2b; }
  .faq-article-single h1 {
    font-size: 2.875rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 2.1875rem; }
    @media (max-width: 47.9375rem) {
      .faq-article-single h1 {
        font-size: 1.75rem; } }
  .faq-article-single__answer {
    font-size: 1.375rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 3.75rem; }
    @media (max-width: 47.9375rem) {
      .faq-article-single__answer {
        font-size: 1.25rem;
        padding-bottom: 1.25rem;
        margin-bottom: 1.875rem; } }
    .faq-article-single__answer img:first-child {
      width: 100%;
      border-radius: 0.9375rem;
      margin-bottom: 1.875rem; }
    .faq-article-single__answer p {
      font-size: 1.375rem; }
      @media (max-width: 47.9375rem) {
        .faq-article-single__answer p {
          font-size: 1.25rem; } }
  .faq-article-single__in-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold; }
  .faq-article-single__in ul {
    list-style-type: none;
    padding: 0; }
    .faq-article-single__in ul li {
      margin: 0.625rem 0; }
    .faq-article-single__in ul a {
      font-size: 1.125rem;
      text-decoration: underline;
      text-decoration-color: #ffcf3e; }

/*# sourceMappingURL=faq-article.css.map */
