/* MEDIA QUERIES */

@media (max-width: 1200px) {
  .heading-primary {
    font-size: 4.4rem;
  }
  .hero-heading-color {
    font-size: inherit;
  }
  .container {
    max-width: 90vw;
    margin-inline: auto;
  }
  .about-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  /* HEADER */
  .logo {
    max-width: 100px;
  }
  .header-list {
    font-size: var(--text-font-size-normal-sm);
    gap: 1.4rem;
  }
  .header-link--special {
    font-size: var(--text-font-size-normal-sm);
    padding: 0.5rem 1rem;
  }
  .header-nav--mobile {
    display: none;
  }

  /* HERO */
  .heading-primary {
    font-size: 3.6rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.043em;
  }
  .hero {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 3.2rem;
    gap: 2.4rem;
  }
  .hero-heading-color {
    font-size: inherit;
  }
  .hero-description {
    font-size: var(--text-font-size-normal);
    line-height: var(--text-line-height);
    margin-bottom: 2.4rem;
    text-align: center;
    color: var(--color-white);
    font-family: var(--text-font-family);
  }
  .hero-btn {
    display: block;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--border-radius-normal);
    max-width: 40%;
    margin-inline: auto;
    text-align: center;
  }
  .btn--full {
    margin-bottom: 2rem;
  }

  /* PROGRAMS */
  .program-img {
    width: 100%;
  }
  .program-box {
    margin-bottom: 4.8rem;
  }
  .program-testimonial-box {
    margin-bottom: 4.8rem;
  }

  /* ABOUT */
  .section-about--mobile {
    padding: var(--section-padding-sm);
  }
  .container {
    padding: 0 3.2rem;
    max-width: 100vw;
    margin-inline: auto;
    height: auto;
  }
  .container--mobile {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    padding: 3.2rem;
    gap: 0;
  }
  .about-description {
    font-size: var(--text-font-size-normal);
    line-height: 1.4;
  }
  .about-text-box {
    margin-bottom: 1.2rem;
  }
  .about-img {
    max-width: 100%;
    margin-bottom: 9.6rem;
  }
  .about-img--last {
    margin-bottom: 2.4rem;
  }
  .about-value-title {
    font-size: 2rem;
  }
  .text__icon {
    font-size: 2.8rem;
  }
  .grid--values {
    grid-template-columns: 1fr;
    row-gap: 4.8rem;
  }
  .box--1 {
    order: 0;
  }
  .box--2 {
    order: 1;
  }
  .box--3 {
    order: 2;
  }
  .box--4 {
    order: 3;
  }
  .box--5 {
    order: 4;
  }
  .box--6 {
    order: 5;
  }
  .about__founder-image,
  .donate__image-wrapper {
    margin-bottom: 3.2rem;
  }
  .about__founder-image {
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  /* INVOLVE / DONATE */
  .involve-donate-box {
    padding: 2rem;
  }
  .involve__image {
    width: 100%;
  }
  .donate__image {
    width: 80%;
    margin-inline: auto;
  }
  .donate__link-container {
    margin: 4.4rem 0;
  }
  .involve-donate-box,
  .involve-volunteer-box {
    margin-bottom: 9.6rem;
  }

  /* CONTACT / FORMS */
  .app-link {
    font-size: var(--text-font-size-mb-small);
  }
  .contact__form-container {
    margin-bottom: 9.6rem;
    background-color: #fcd355;
  }
  .form-div {
    margin-bottom: 2.4rem;
  }
  .btn-submit {
    font-size: var(--text-font-size-mb-small);
    width: 100%;
  }

  /* MISC */
  .back-to-block {
    display: block;
  }

  /* UTILITY */

  /* .heading__accent {
    font-size: 0.8rem;
  }

  .section__title--xl {
    font-size: 3.6rem;
  }

  .section__title--lg {
    font-size: 2.4rem;
  }

  .section__title--md {
    font-size: 2rem;
  }
  .section__title--sm {
    font-size: 1.8rem;
  }

  .text__body {
    font-size: 1.2rem;
  }

  .text__lead {
    font-size: 3rem;
  }

  .text__subtext {
    font-size: 1.8rem;
  } */
}

@media (max-width: 768px) {
  /* HEADER */
  .header {
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.2rem;
  }
  .header-list {
    display: none;
  }
  .header-nav--mobile {
    display: block;
  }
  .header-mobile-menu {
    font-size: 2rem;
    color: var(--color-white);
    display: block;
  }

  /* HERO */
  .hero {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 3.2rem;
    gap: 2.4rem;
  }
  .heading-primary {
    font-size: 3.2rem;
  }
  .hero-description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .btn--full {
    margin-bottom: 1.8rem;
  }

  /* PROGRAMS */
  .program-testimonial-box {
    margin-bottom: 4.8rem;
  }

  /* ABOUT */
  .about-description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .about-text-box {
    margin-bottom: 1.2rem;
  }
  .about-img {
    max-width: 100%;
    margin-bottom: 9.6rem;
  }
  .about-img--last {
    margin-bottom: 2.4rem;
  }
  .about-value-title {
    font-size: var(--text-font-size-normal);
  }
  .about-value-description {
    font-size: 1.6rem;
  }
  .text__icon {
    font-size: 2.4rem;
    color: var(--color-icon);
    display: inline-block;
  }

  /* DONATE / INVOLVE */
  .donate__image-wrapper {
    margin-bottom: 3.6rem;
  }
  .involve-donate-box {
    padding: 2rem;
  }
  .donate__image {
    width: 100%;
    margin-inline: auto;
  }
  .involve-donate-box,
  .involve-volunteer-box {
    margin-bottom: 4.8rem;
  }

  /* CONTACT / FORMS */
  .app-link {
    font-size: var(--text-font-size-mb-small);
  }
  .contact__form-container {
    margin-bottom: 2.4rem;
    background-color: #fcd355;
  }
  .form-div {
    margin-bottom: 1.2rem;
  }
  .btn-submit {
    font-size: var(--text-font-size-mb-small);
    width: 100%;
  }

  /* MISC */
  .back-to-block {
    display: block;
  }
}

@media (max-width: 576px) {
  .header-mobile-menu {
    font-size: 1.6rem;
  }

  .section-hero {
    padding: 2.4rem 0;
  }

  .hero-img {
    max-width: 90%;
    height: auto;
    margin-inline: auto;
  }

  .heading-primary {
    font-size: 2.4rem;
    text-align: center;
    margin: 1.6rem 0;
    line-height: 1.4;
  }

  .hero-heading-color {
    color: #fcd355;
    display: inline-block;
    font-size: 2.4rem;
  }

  .hero-description {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 2.4rem;
    color: var(--color-white);
    font-family: var(--text-font-family);
    text-align: left;
  }

  .hero-btn {
    display: block;
    font-size: 1.4rem;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--border-radius-normal);
    max-width: 40%;
    margin-inline: auto;
    text-align: center;
  }
  .btn--full {
    margin-bottom: 1.6rem;
  }

  /* PROGRAMS */

  .section-programs {
    padding: 2.4rem 0;
  }

  .program-box {
    margin-bottom: 2.4rem;
  }

  /* ABOUT */

  .section-about--mobile {
    padding: 4.8rem 0;
  }

  .container {
    padding: 0 3.2rem;
    max-width: 100vw;
    margin-inline: auto;
    height: auto;
  }

  .about__founder-image {
    display: block;
    margin-bottom: 4.8rem;
    max-width: 100%;
    height: auto;
  }

  .section__title--xl {
    font-size: var(--text-font-size-normal-mb-1);
    margin-bottom: 2.4rem;
  }

  .section__title--lg {
    font-size: var(--text-font-size-normal-mb-2);
    margin-bottom: 2.4rem;
  }
  .section__title--md {
    font-size: var(--text-font-size-normal-mb-3);
    margin-bottom: 1.6rem;
  }

  .section__title-sub {
    font-size: var(--text-font-size-normal-mb-4);
    margin-bottom: 1.6rem;
  }
  .section__title--sm {
    font-size: var(--text-font-size-normal-mb-5);
  }

  .text__body {
    font-size: var(--text-font-size-mb-small);
    line-height: 1.4;
  }

  .text__subtext {
    font-size: 1rem;
  }

  .about-container--core {
    margin-top: 2.4rem;
  }

  .program-impact-box {
    text-align: left;
  }

  .program-story-img {
    height: 30px;
    width: 30px;
  }

  .program-story-name {
    font-size: 1.5rem;
  }

  .program-impact-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .program-impact--item strong,
  .program-impact--icon {
    font-size: 1.6rem;
  }

  .heading__accent {
    font-size: 1rem;
  }

  .text__description-special {
    font-size: 1.2rem;
  }

  .about-text-box {
    margin-bottom: 1.2rem;
  }

  .about-img {
    max-width: 100%;
    margin-bottom: 8rem;
  }

  .text__icon {
    font-size: 2rem;
  }

  .text-large {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }

  /* Involved */

  .section-involve {
    padding: 4.8rem 0;
  }

  .back-to-block {
    display: block;
  }

  /* Contact */
  .contact-2-flex {
    display: block;
  }

  .donate__image-wrapper {
    margin-bottom: 2.4rem;
  }

  .app-link {
    font-size: var(--text-font-size-mb-small);
  }
  .contact__form-container {
    margin-bottom: 2.4rem;
    background-color: #fcd355;
  }
  .form-div {
    margin-bottom: 1.2rem;
  }
  .btn-submit {
    font-size: var(--text-font-size-mb-small);
    width: 100%;
  }

  /* UTILITY */

  .heading__accent {
    font-size: 0.8rem;
  }
  .section__title--xl {
    font-size: 3.6rem;
  }

  .section__title--lg {
    font-size: 2.4rem;
  }

  .section__title--md {
    font-size: 2rem;
  }
  .section__title--sm {
    font-size: 1.8rem;
  }

  .text__body {
    font-size: 1.2rem;
  }

  .text__lead {
    font-size: 2rem;
  }

  .text__subtext {
    font-size: 1.2rem;
  }
}
