.font-family-neue-regular {
  font-family: "Neue Haas Unica W1G Regular", sans-serif;
}

/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
@media only screen and (max-width: 767px) {
  .practice-help-pages {
    padding-top: 146px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .practice-help-pages {
    padding-top: calc(146px + -54 * (100vw - 375px) / 393);
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
  .practice-help-pages {
    padding-top: 92px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .practice-help-pages {
    padding-bottom: calc(50px + 10 * (100vw - 375px) / 393);
  }
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
  .practice-help-pages {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .practice-help-pages {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .practice-help-pages {
    padding-top: calc(70px + 22 * (100vw - 768px) / 1152);
    padding-bottom: calc(70px + 22 * (100vw - 768px) / 1152);
  }
}

@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .practice-help-pages {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

.practice-help-pages .container {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .practice-help-pages .container {
    padding-left: 0;
    padding-top: 0;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .practice-help-pages .inner {
    max-width: 75%;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1024px) {
  .practice-help-pages .inner {
    padding-left: calc(80px + 70 * (100vw - 1024px) / 896);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1920px) {
  .practice-help-pages .inner {
    padding-left: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .practice-help-pages .inner {
    padding-left: 11.66%;
    padding-right: 35px;
  }
}

.practice-help-pages__title {
  color: #F2E1CC;
}

.practice-help-pages__text {
  color: #F7F8F7;
}

.practice-help-pages__text p {
  font-family: "Neue Haas Unica W1G Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 375px) {
  .practice-help-pages__text p {
    font-size: calc(16px + 8 * (100vw - 375px) / 1545);
  }
}

@media only screen and (min-width: 1920px) {
  .practice-help-pages__text p {
    font-size: 24px;
  }
}

@media only screen and (min-width: 375px) {
  .practice-help-pages__text p {
    line-height: calc(22px + 14 * (100vw - 375px) / 1545);
  }
}

@media only screen and (min-width: 1920px) {
  .practice-help-pages__text p {
    line-height: 36px;
  }
}

.practice-help-pages__text ul {
  padding-top: 7px;
  padding-bottom: 7px;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .practice-help-pages__text ul {
    padding-top: calc(7px + 8 * (100vw - 1024px) / 896);
    padding-bottom: calc(7px + 8 * (100vw - 1024px) / 896);
  }
}

@media only screen and (min-width: 1920px) {
  .practice-help-pages__text ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .practice-help-pages__text ul {
    padding-left: 0;
  }
}

.practice-help-pages__text ul li {
  position: relative;
  padding-left: 20px;
  font-family: "Noe Display", sans-serif;
  font-size: 24px;
}

.practice-help-pages__text ul li:not(:last-child) {
  padding-bottom: 5px;
}

@media only screen and (min-width: 375px) {
  .practice-help-pages__text ul li {
    font-size: calc(24px + 0 * (100vw - 375px) / 1225);
  }
}

@media only screen and (min-width: 1600px) {
  .practice-help-pages__text ul li {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1600px) {
  .practice-help-pages__text ul li {
    font-size: 32px;
  }
}

.practice-help-pages__text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 9px solid #F2E1CC;
  border-bottom: 9px solid transparent;
}

@media only screen and (min-width: 375px) {
  .practice-help-pages__text ul li:before {
    top: calc(10px + 4 * (100vw - 375px) / 1545);
  }
}

@media only screen and (min-width: 1920px) {
  .practice-help-pages__text ul li:before {
    top: 14px;
  }
}

/*# sourceMappingURL=section-practice-help-pages.css.map*/