svg {
    fill: var(--e-global-color-b89060f) !important;
    max-width: 114px;
}

.shadow-sm {
    box-shadow: 0 13px 31px -5px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-radius: 8px;
    padding: 15px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}


.shadow-sm:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 1) !important;
}


.site-wrapper-reveal {
    background-color: #fff8f1 !important;
}

.faq-section {
    margin-top: 40px;
    /* margin-bottom: 40px; */
    padding-bottom: 40px;
  }
  .faq-question {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .faq-answer {
    margin-bottom: 20px;
  }

  .header__logo {
    flex-basis: 27% !important;
  }