 /* css/style.css - complete regenerated styles v1.0 */

        /* --- local Avenir font (relative) --- */
        @font-face {
        font-family: "AvenirLTStd-Black";
        src: url("../assets/fonts/AvenirLTStd-Black.ttf") format("truetype");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        }

    /* ====== RESET ====== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif;
      color: #222;
      background-color: #f5f5f5;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      font-family: inherit;
      cursor: pointer;
    }

    /* ===== HEADER WRAPPER ===== */
    .site-header {
      position: fixed;
      top: 0;
      width: 100%;
      background: #ffffff;
      z-index: 100;
      border-bottom: 1px solid #e5e5e5;
    }

    /* ===== TOP ROW (LOGO + DONATE + MENU BTN) ===== */
    .top-bar {
      max-width: 1200px;
      margin: 0 auto;
      padding: 14px 24px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .logo {
      text-align: left;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      white-space: nowrap;
    }

    .logo span:first-child {
      color: #2a6ebb;
    }
    .logo span:last-child {
      color: #444;
      font-weight: 600;
    }

    .top-controls {
      position: absolute;
      right: 24px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .donate-btn {
      background: #f58a1f;
      color: #fff;
      border-radius: 3px;
      padding: 9px 18px;
      font-weight: 600;
      letter-spacing: 0.06em;
      border: none;
      text-transform: uppercase;
      font-size: 0.8rem;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
    }

    .donate-btn:hover {
      background: #e67605;
    }

    .menu-toggle {
      display: none;              /* desktop hidden */
      background: none;
      border: 1px solid #ddd;
      padding: 6px 8px;
      border-radius: 3px;
      font-size: 1.1rem;
      line-height: 1;
    }

    /* ===== NAV ROW ===== */
    .main-nav {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 26px;
      padding: 10px 16px 12px;
      border-top: 1px solid #eee;
      font-size: 0.82rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-family: "AvenirLTStd-Black";
    }

    .nav-link {
      position: relative;
      padding-bottom: 3px;
      white-space: nowrap;
    }

    .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #f58a1f;
      transition: width 0.2s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    .search-icon {
      font-size: 1rem;
    }

    /* Push hero down correctly */
    .hero {
      margin-top: 120px;
    }

    /* ===== HERO SECTION ===== */
    .hero {
      height: calc(100vh - 120px);
      min-height: 550px;
      position: relative;
      overflow: hidden;
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      background-image: url("https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
      background-size: cover;
      background-position: center;
      filter: brightness(0.78);
      transform: scale(1.02);
    }

    .hero-inner {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      height: 100%;
      padding: 40px 24px 60px;
      display: flex;
      align-items: center;
    }

    .hero-card {
      background: rgba(0, 0, 0, 0.7);
      color: #ffffff;
      max-width: 680px;
      padding: 42px 48px 40px;
      border-radius: 2px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }

    .hero-title {
      font-size: 2.2rem;
      line-height: 1.1;
      font-weight: 700;
      margin-bottom: 18px;
    }

    .hero-title .highlight {
      position: relative;
      display: inline-block;
    }

    .hero-title .highlight::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0.05em;
      height: 0.18em;
      background: #f58a1f;
      opacity: 0.9;
      z-index: -1;
    }

    .hero-subtext {
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 24px;
      color: #f4f4f4;
    }

    .hero-btn {
      display: inline-block;
      background: #1ea7d7;
      color: #fff;
      padding: 11px 24px;
      border-radius: 2px;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      border: none;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-btn:hover {
      background: #1384aa;
    }

    /* ===== MAIN CONTENT SECTIONS ===== */
    main {
      background: #ffffff;
    }

    .section {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 24px;
      border-top: 1px solid #eee;
    }

    .section-title {
      font-size: 1.6rem;
      margin-bottom: 16px;
      font-weight: 700;
      color: #333;
    }

    .section-subtitle {
      font-size: 1rem;
      margin-bottom: 24px;
      color: #555;
      max-width: 650px;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .card {
      border: 1px solid #e5e5e5;
      padding: 18px 18px 20px;
      border-radius: 4px;
      background: #fafafa;
      transition: box-shadow 0.2s ease, transform 0.1s ease;
    }

    .card:hover {
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px);
    }

    .card-title {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 1.02rem;
    }

    .card-text {
      font-size: 0.9rem;
      line-height: 1.5;
      color: #555;
      margin-bottom: 10px;
    }

    .card-link {
      font-size: 0.86rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #2a6ebb;
    }

    /* ===== FOOTER ===== */
    footer {
      border-top: 1px solid #e4e4e4;
      background: #ffffff;
      padding: 1px;
      text-align: center;
      font-size: 0.85rem;
      color: #777;
    }

    /* ====== RESPONSIVE ====== */
    @media (max-width: 900px) {
      .hero-card {
        max-width: 100%;
        padding: 24px 20px 22px;
      }

      .hero-title {
        font-size: 1.9rem;
      }

      .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 640px) {
      .logo {
        font-size: 1.5rem;
      }

      .donate-btn {
        padding: 7px 12px;
        font-size: 0.72rem;
      }

      /* show hamburger on mobile */
      .menu-toggle {
        display: inline-block;
      }

      /* nav collapsed by default on mobile */
      .main-nav {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 24px 16px;
        border-top: 1px solid #eee;
      }

      .main-nav.open {
        display: flex;
      }

      .hero {
        margin-top: 80px;            /* smaller header on mobile */
        height: auto;
        min-height: 480px;
      }

      .hero-inner {
        padding: 24px 16px 32px;
        align-items: flex-end;
      }

      .hero-title {
        font-size: 1.7rem;
      }

      .cards {
        grid-template-columns: 1fr;
      }
    }


    /* ===== CAUSEWAY FUNDS SECTION ===== */
.funds-section {
  background: #f5f7fb;
  padding: 48px 24px 56px;
}

.funds-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.funds-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.funds-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
}

.funds-view-all {
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

.funds-view-all:hover {
  opacity: 0.9;
}

/* Cards grid */
.funds-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.fund-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.fund-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.fund-card-body {
  padding: 22px 22px 26px;
}

.fund-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.fund-card-text {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #4b5563;
}

/* ===== RESPONSIVE FOR FUNDS SECTION ===== */
@media (max-width: 900px) {
  .funds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .funds-section {
    padding: 36px 16px 40px;
  }

  .funds-header {
    flex-direction: row;
    align-items: left;
  }

  .funds-title {
    font-size: 1.5rem;
  }

  .funds-grid {
    grid-template-columns: 1fr;
  }

  .fund-card img {
    height: 180px;
  }
}


/* Content */
/* ===== DONOR BASICS SECTION ===== */
.donor-section {
  background: #f9fafb;
  padding: 48px 24px 60px;
}

.donor-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header row */
.donor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.donor-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
}

.donor-see-more {
  border: none;
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 0.9rem;
  font-weight: 600;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.donor-see-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.24);
  opacity: 0.95;
}

/* Search / mini-nav bar */
.donor-search-wrap {
  position: relative;
  margin-bottom: 30px;
}

.donor-search-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  animation: slideDown 0.6s ease-out;
}

/* fake logo */
.donor-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

.donor-logo-mark {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2e90fa, #22c55e);
}

/* search input */
.donor-search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 6px 10px 6px 16px;
}

.donor-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 0.9rem;
  outline: none;
}

.donor-search-btn {
  border: none;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
}

/* nav links on the bar */
.donor-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.donor-nav-link {
  position: relative;
  cursor: pointer;
}

.donor-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #2563eb;
  transition: width 0.18s ease;
}

.donor-nav-link:hover::after {
  width: 100%;
}

/* cart icon placeholder */
.donor-cart {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* Cards */
.donor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}

.donor-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 22px 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.donor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 0 0, #c4b5fd33 0, transparent 55%),
                    radial-gradient(circle at 100% 0, #60a5fa33 0, transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.donor-card-inner {
  position: relative;
  z-index: 1;
}

.donor-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.donor-card-text {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #4b5563;
}

/* hover lift */
.donor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.15);
}

/* === Simple section fade-in animation === */
.section-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.section-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* keyframes for search bar slide in */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======= RESPONSIVE FOR DONOR SECTION ======= */
@media (max-width: 900px) {
  .donor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .donor-nav-links {
    display: none; /* simplify bar on tablet/mobile */
  }
}

@media (max-width: 640px) {
  .donor-section {
    padding: 36px 16px 44px;
  }

  .donor-header {
    flex-direction: row;
    align-items: center;
  }

  .donor-title {
    font-size: 1.6rem;
  }

  .donor-search-bar {
    flex-wrap: nowrap;
  }

  .donor-logo {
    display: none; /* hide mini logo on very small screens */
  }

  .donor-grid {
    grid-template-columns: 1fr;
  }

  .donor-card {
    border-radius: 18px;
  }
}
 
    /* ================= FOOTER ================= */

    .site-footer {
      flex-shrink: 0;
    }

    /* Top blue strip (desktop only) */
    .footer-topbar {
      background: #3f7797;
      color: #ffffff;
      font-size: 0.8rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 15px;
      font-family: "AvenirLTStd-Black";
      font-size: 12px;
    }

    .footer-topbar-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 10px 24px;
      display: flex;
      justify-content: center;
      gap: 32px;
    }

    .footer-topbar-link {
      white-space: nowrap;
    }

    /* Dark main area */
    .footer-main {
      background: #363636;
      color: #e6e6e6;
    }

    .footer-inner {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px 24px 36px;
      display: flex;
      justify-content: space-between;
      gap: 40px;
      align-items: flex-start;
      font-size: 0.82rem;
    }

    /* LEFT: social */
    .footer-social {
      max-width: 260px;
    }

    .footer-heading {
      font-size: 0.78rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .social-icons {
      display: flex;
      gap: 10px;
    }

    .social-icon {
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      cursor: pointer;
    }

    /* RIGHT: subscribe */
    .footer-subscribe {
      flex: 1;
      max-width: 620px;
    }

    .subscribe-form {
      display: flex;
      border: 1px solid #ffffff;
    }

    .subscribe-input {
      flex: 1;
      background: transparent;
      border: none;
      padding: 12px 14px;
      color: #ffffff;
      font-size: 0.86rem;
      font-style: italic;
    }

    .subscribe-input::placeholder {
      color: #bbbbbb;
    }

    .subscribe-btn {
      background: transparent;
      border: none;
      border-left: 1px solid #ffffff;
      padding: 12px 24px;
      font-size: 0.8rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
    }

    /* Legal text */
    .footer-legal {
      max-width: 760px;
      margin: 26px auto 0;
      padding: 0 24px 40px;
      font-size: 0.78rem;
      line-height: 1.7;
      text-align: center;
      color: #d0d0d0;
    }

    /* Mobile-only links (inside dark area) */
    .footer-links-mobile {
      display: none;
      margin-top: 22px;
      margin-bottom: 24px;
    }

    .footer-links-mobile a {
      display: block;
      padding: 5px 0;
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .footer-divider {
      display: none;
      width: 40%;
      height: 0px;
      background: #777;
      margin: 10px auto 24px;
    }

    /* ============ RESPONSIVE ============ */

    @media (max-width: 768px) {
      .footer-topbar {
        display: none; /* hide blue strip */
      }

      .footer-inner {
        display: block;
        text-align: center;
        padding: 30px 16px 26px;
      }

      .footer-subscribe {
        margin: 0 auto 20px;
        max-width: 100%;
      }

      .subscribe-form {
        flex-direction: row;
      }

      .footer-links-mobile {
        display: block;
      }

      .footer-divider {
        display: block;
      }

      .footer-social {
        margin-bottom: 18px;
        margin-top: 6px;
      }

      .social-icons {
        justify-content: center;
      }

      .footer-legal {
        padding: 0 16px 30px;
        font-size: 0.76rem;
      }
    }



    /* ===== IMPACT STATS BAR ===== */
.stats-section {
  background: linear-gradient(135deg, #5b7cff, #3b5bdb);
  padding: 56px 24px 60px;
  color: #ffffff;
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.stat-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stat-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

.stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.95;
  line-height: 1.4;
}

/* ===== RESPONSIVE FOR STATS ===== */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
}

@media (max-width: 480px) {
  .stats-section {
    padding: 40px 16px 44px;
  }

  .stat-number {
    font-size: 2.1rem;
  }
}

/* FAQs */
/* ===== FAQ SECTION ===== */
.faq-section {
  background: #cfe0e6;
  padding: 70px 24px 80px;
}

.faq-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 46px;
}

.faq-icon {
  width: 46px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #4a4a4a;
}

/* Grid Layout */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 60px;
}

/* FAQ Items */
.faq-item {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.7s ease;
}

.faq-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

.faq-question {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #3d3d3d;
  cursor: default;
}

.faq-answer {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #4f4f4f;
}

.faq-answer a {
  text-decoration: underline;
  font-weight: 600;
}

/* ===== Mobile ===== */
@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .faq-title {
    font-size: 1.8rem;
  }
}


/* ===== SPONSORS / AS SEEN IN ===== */
.sponsors-section {
  background: #ffffff;
  padding: 80px 24px 90px;
  text-align: center;
}

.sponsors-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sponsors-quote {
  font-size: 2.2rem;
  color: #7da6b6;
  font-weight: 500;
  margin-bottom: 10px;
}

.sponsors-source {
  font-family: "Georgia", serif;
  font-size: 1.9rem;
  color: #9fbfcb;
  margin-bottom: 50px;
}

.as-seen-in {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #7da6b6;
  margin-bottom: 30px;
}

/* LOGO GRID */
.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 42px;
}

.sponsor-logo {
  position: relative;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Both images stacked */
.sponsor-logo img {
  max-height: 42px;
  max-width: 100%;
  transition: opacity 0.35s ease, filter 0.35s ease;
  position: absolute;
}

/* Grey visible by default */
.sponsor-logo img.color {
  opacity: 1;
  filter: grayscale(100%) brightness(1.2);
}

.sponsor-logo:hover img.color {
  filter: grayscale(0%);
}

/* Color hidden by default */
.sponsor-logo img.color {
  opacity: 0;
}

/* Hover Effect */
.sponsor-logo:hover img.grey {
  opacity: 0;
}

.sponsor-logo:hover img.color {
  opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .sponsors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .sponsors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .sponsors-quote {
    font-size: 1.6rem;
  }

  .sponsors-source {
    font-size: 1.4rem;
  }
}
