.faq-page {
  margin-bottom: 3.75rem;
}
.faq-page .desktop-flex {
  gap: 3.75rem;
}
.faq-page p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768.98px) {
  .faq-page {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 769px) {
  .faq-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faq-page .heading {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 2rem;
  font-family: "Courier-New-Bold";
  color: var(--Black, var(--Noir, #000));
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768.98px) {
  .faq-page .heading {
    margin-top: 1.25rem;
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
.faq-page .all-btn {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 768.98px) {
  .faq-page .all-btn {
    grid-template-columns: repeat(2, 47%);
  }
}
.faq-page .all-btn-mobile {
  position: relative;
}
.faq-page .all-btn-mobile .icon-chevron-down {
  position: absolute;
  top: 38%;
  right: 0.9375rem;
}
.faq-page .no-answer {
  margin-bottom: 0.625rem;
  font-family: "Avenir-Roman";
  font-weight: 700;
  font-size: 0.875rem;
}
@media (max-width: 768.98px) {
  .faq-page .no-answer {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}
.faq-page .change-content-desktop,
.faq-page .change-content-mobile {
  list-style-type: none;
}
.faq-page .button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #f5f5f5;
}
.faq-page .dropdown-button {
  color: var(--Noir, #000);
  font-size: 0.875rem;
  font-weight: 800;
  border-radius: 0.1875rem;
  border: 1px solid var(--Light-grey, #ced4da);
  width: 100%;
  text-align: left;
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
.faq-page .contact-us-btn {
  text-decoration: none;
  width: 18.75rem;
  height: 2.75rem;
  padding: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  font-size: 0.75rem;
  color: #000;
  font-weight: 800;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  background: #fff;
}
@media (max-width: 768.98px) {
  .faq-page .contact-us-btn {
    width: 100%;
    font-size: 0.75rem;
  }
}
.faq-page .active-btn {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.faq-page .active {
  display: block;
}
.faq-page .faq-tam-item {
  color: #535353;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq-page .dropdown-menu {
  width: 100%;
}

.faq-tab-list {
  padding: 1rem;
}
.faq-tab-list .faq-tab-item {
  color: #535353;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}
.faq-tab-list .faq-tab-item.active {
  color: blue;
}