  /* Styles for Programs page only */
  h2,
  h3,
  h4 {
    color: var(--dark-blue);
  }

  .page-programs-hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-programs-hero h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .page-programs-hero p {
    max-width: 1000px;
    width:95%;
  }

  .page-programs-hero img {
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin-bottom: 2rem;
  }

  .page-programs-hero .squiggle {
    display: block;
    padding-bottom: 1rem;
    width: 5rem;
  }

  .programs-hero-image {
    object-fit: cover;
    height:50vh;
    max-height:360px;
    object-position: 100% 15%; /* x% y% */
    max-width:1600px;
  }

  .program-blocks-header {
    text-align: center;
    margin: 1.8rem 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .program-blocks-header h2 {
    color: var(--dark-blue);
    text-transform: uppercase;
    margin-bottom: 1.8rem;
  }

  .program-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin:0 auto;
    width:95%;
  }

  .program-inner-blocks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--light-blue);
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 20px;
    margin-top: 2rem;
  }

  .program-inner-blocks h3 {
    text-align: center;
    padding:1rem 0;
  }

  .program-inner-blocks img {
    width: 100%;
    max-width: 134px;
    height: auto;
    margin-bottom: -4.5rem;
    transform: translateY(-50%);
    position: relative;
    top: 0;
    display: block;
  }

  .program-inner-blocks p:first-of-type {
    text-align: center;
    padding-bottom:1rem;
  }

  .page-programs-blocks {
    max-width:1300px;
    margin:0 auto;
  }

  /* Program Fee Styling */
  .program-fee {
    color: var(--dark-blue);
    font-size: 2em;
    /* double the size of normal p */
    font-weight: bold;
    line-height:2rem;
  }

  .program-fee sup {
    font-size: 0.6em;
    vertical-align: super;
  }

  .program-inner-blocks-legal {
    margin: 20px 40px;
    color: #505050;
    display: flex;
    justify-content: center;
  }

  .program-inner-blocks-legal p {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 1200px;
  }

  .page-programs-includes {
    margin: 0 auto;
    display: flex;
    background-color: #EBFAFB;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
    border-radius: 20px;
    width:95%;
    max-width: 1300px;
  }

  .program-includes-header h3 {
     margin-bottom: 40px;
  }

  .program-includes-blocks {
    display: flex;
    gap: 5rem;
  }

  .program-includes-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .program-includes-inner-blocks-left {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .program-includes-inner-blocks-left img,
  .program-includes-inner-blocks-right img {
    width: 70px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .program-includes-inner-blocks-left .program-includes-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .program-includes-inner-blocks-right {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .program-includes-inner-blocks-right .program-includes-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .meal-blocks-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
  }


  .meal-blocks-wrapper>div>ul {
    list-style-type: disc;
    padding-left: 20px;
  }

  /* Volunteer Section Custom Styles */
  .page-programs-volunteer {
    background: #EBFAFB;
    border-radius: 1.4375rem;
    padding: 3.25rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto;
    max-width: 1300px;
    width:95%;
  }

  .program-volunteer-blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .program-volunteer-inner-blocks-left {
    margin-right: 2.8125rem;
    /* 45px */
    display: flex;
    align-items: center;
  }

  .program-volunteer-inner-blocks-left img {
    display: block;
    max-width: 70px;
    height: auto;
  }

  .program-volunteer-inner-blocks-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .program-volunteer-inner-blocks-right h4 {
    color: #3F7EDA;
    font-size: 2.25rem;
    /* 36px */
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    line-height: 1.1;
  }

  .program-volunteer-inner-blocks-right p {
    color: #222;
    margin: 0;
    line-height: 1.4;
    padding-top: 1rem;
  }

  .program-volunteer-inner-blocks-right a {
    color: var(--dark-blue);
    font-weight: 600;
    margin-top: 30px;
  }

  .page-programs-gallery {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .page-programs-gallery p {
    text-align: center;
    margin-top: 1rem;
    color: var(--dark-blue);
    font-weight: 600;
    margin-bottom: 2rem;
  }

  .programs-gallery-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .programs-gallery-header h1 {
    font-size:2rem;
  }

  .programs-gallery-header h2 {
    text-align: center;
    color: var(--dark-blue);
    text-transform: uppercase;
  }

  .programs-gallery-header .squiggle {
    display: block;
    margin: 0 auto;
    margin-top: 1.5rem;
  }

  .gallery-blocks {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 70px;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .gallery-blocks img {
    max-width: 50%;
    width: 50%;
    height: auto;
    object-fit: contain;
  }

  /* Referrals Section Custom Styles */
  .page-programs-referrals {
    background: #EBFAFB;
    padding-top: 2.5rem;
    /* 40px */
    padding-bottom: 3.4375rem;
    /* 55px */
    text-align: center;
  }

    .page-programs-referrals a {
      margin-top: 2rem;
    }

  .programs-referrals-header img {
    width: 70px;
    height: auto;
  }

  .programs-referrals-header h3 {
    font-weight: bold;
    color: #3F7EDA;
    margin: 0.5rem 0 1rem 0;
  }

  .programs-referrals-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 5rem;
  }

  .referral-reward-box {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem 2.375rem;
    /* 38px */
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .referral-reward-box p {
    margin: 0;
  }

  .referral-reward-box strong {
    font-weight: bold;
  }
  @media (max-width:1220px) {
    .program-blocks {
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    }
  }

  @media (max-width: 990px) {

    .program-volunteer-inner-blocks-right {
      align-items: center;
    }

    .program-blocks, .page-programs-includes, .page-programs-volunteer {
      margin: 0 1rem;
    }

    .page-programs-gallery {
      margin: 1rem;
    }

      .program-volunteer-inner-blocks-left {
      margin-right: 0;
    }

    .page-programs-includes {
      padding:40px 20px 0 20px;
    }

    .page-programs-volunteer {
      margin-top: 2rem;
    }

    .program-includes-blocks {
      flex-direction: column;
      gap: 2rem;
    }

    .program-includes-inner-blocks-left,
    .program-includes-inner-blocks-right {
      width: 100%;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
    }

    .program-includes-inner-blocks-right {
      margin-bottom: 2rem;
    }

    .program-includes-inner-blocks-left img,
    .program-includes-inner-blocks-right img {
      margin-left: 0;
      margin-right: 0;
      align-self: center;
    }

    .meal-blocks-wrapper {
      flex-direction: column;
      gap: 1rem;
      align-items: flex-start;
    }

    .program-volunteer-blocks {
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }

    .gallery-blocks {
      flex-direction: column;
      gap: 2rem;
      align-items: center;
    }

    .gallery-blocks img {
      max-width: 100%;
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    .page-programs-volunteer {
      padding: 3.25rem 2rem;
    }

    .programs-heading,
    .programs-intro {
      width:95%;
      text-align:center;
      margin:0 auto;
    }

    .programs-referrals-blocks {
      padding: 0 2rem;
    }
  }
