body,
  html {
    overflow-x: clip !important;
  }

  @media (max-width: 480px) {
    body,
    html {
      overflow-x: clip !important;
    }
    .BF__page .BF__faq-item-handler {
      font-size: 10px;
    }
  }

  .BF__page { 
    --CLARINS-FONT: "Times New Roman", ClarinsRegular, Clarins !important;
    --GOTHAM-LIGHT: "Times New Roman", "Gotham_Light" !important;
    --GOTHAM-BOOK: "Times New Roman", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif !important;
    --GOTHAM-MEDIUM: "Times New Roman", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",Helvetica, Arial, sans-serif !important;
  }

  .BF__main {
    font-family: "Times New Roman" !important;
  }
  h2 {
    font-family: var(--font-medium, "Times New Roman", "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
}