@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-topic-wrap {
  padding: 5.625rem;
  padding-top: 3.75rem; }
  @media (max-width: 74.9375rem) {
    .faq-topic-wrap {
      padding: 3.75rem; } }
  @media (max-width: 47.9375rem) {
    .faq-topic-wrap {
      padding: 1.875rem; } }
  .faq-topic-wrap h1 {
    font-size: 2.25rem;
    margin: 0 0 1.875rem; }
    @media (max-width: 47.9375rem) {
      .faq-topic-wrap h1 {
        font-size: 1.75rem; } }

.faq-topic-back {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  margin-bottom: 2.5rem; }
  @media (max-width: 35.9375rem) {
    .faq-topic-back {
      margin-bottom: 1.25rem; } }
  .faq-topic-back i {
    display: block;
    font-size: 0.75rem;
    margin-right: 0.3125rem;
    color: #4a4a4a; }
  .faq-topic-back a {
    font-size: 1.125rem;
    text-decoration: underline;
    text-decoration-color: #ffcf3e; }

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