@media (min-width: 380px) {
  .about-imgs img:nth-child(1) {
    display: block;
  }
  .about-imgs img:nth-child(2) {
    left: -2.4rem;
  }
  .about-imgs img:nth-child(3) {
    right: -2.4rem;
  }
  .about-imgs img:nth-child(4) {
    display: block;
  }
  .about-imgs img:nth-child(5) {
    width: 90%;
  }

  .volunteer-section .text {
    font-size: 12rem;
  }
}

@media (min-width: 600px) {
  .hero .hero__content h1 {
    padding: 2.4rem 6.4rem;
  }

  section > .container,
  footer .container {
    width: 55.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .activities {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .volunteer-section .text {
    font-size: 20rem;
  }
}

@media (min-width: 775px) {
  .hero .hero__content h1 {
    font-size: 4.4rem;
    padding: 2.4rem 8rem;
  }

  .hero button.left-btn,
  .hero button.right-btn {
    display: block;
  }

  section > .container,
  footer .container {
    width: auto;
    margin: 0 2.4rem;
  }

  .about-section .container {
    flex-direction: row;
  }

  .about-section__item {
    flex: 1;
  }

  .about-section__background .volunteer-img {
    height: 60rem;
  }

  /* LANDING PAGE - SERVICE SECTION */
  .services-section .services-box .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .events-section .events {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4rem;
  }

  .events .event {
    z-index: 1;
    background-color: #ffffff;
  }

  .services .service {
    z-index: 1;
    background-color: #ffffff;
  }

  .volunteer-section .text {
    font-size: 24rem;
  }

  .volunteer-section .content {
    width: 100%;
    flex-direction: row;
  }

  .volunteer-section .content p,
  .volunteer-section .content .volunteer-bg {
    flex: 1;
  }

  .services {
    position: relative;
  }

  .events {
    position: relative;
  }

  .services-section__bg-2 {
    display: block;
    position: absolute;
    bottom: -37rem;
    right: -127rem;
    width: 170%;
    opacity: 0.8;
  }

  .events-section__bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: -16.4rem;
    width: 120%;
    opacity: 0.8;
  }

  .footer .container {
    display: flex;
    justify-content: space-between;
    gap: 2.4rem;
  }

  .footer-body .footer-body__item .logo-link {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .page-header .nav {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
  }

  .page-header .nav .menu-box {
    height: 100%;
  }

  .menu-box .nav__menu {
    position: relative;
    visibility: visible;
    flex-direction: row;
    justify-content: space-around;
    transform: translateY(0);
    height: 100%;
    width: 100%;
    margin-top: 0;
    pointer-events: unset;
  }

  .menu-box .nav__menu .menu-item {
    margin-left: auto;
  }

  .page-header .nav .menu-box .toggler-box {
    display: none;
  }

  .page-header .nav .nav__other {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-left: auto;
  }

  .page-header .nav .nav__other .btn.btn--cta {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--text-color-dark);
    background-color: transparent;
    border: none;
    width: 100%;
  }

  .page-header .nav .nav__other .btn.btn--cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--accent-color);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
  }

  .page-header .nav .nav__other .btn.btn--cta:hover::before {
    transform: scale(0.8);
  }

  .page-header .nav .nav__other .btn .btn-text {
    position: relative;
    z-index: 1;
    color: inherit; /* Matches the button's text color */
  }

  .hero .hero__content h1 {
    font-size: 5.2rem;
    padding: 2.4rem 9.6rem;
  }

  section > .container,
  footer .container {
    width: 97.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-section {
    position: relative;
  }

  .about-section .container {
    background-color: transparent;
  }

  .activities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .activities .activity:last-child {
    grid-column: 2 / span 2;
    grid-row: 2 / span 2;
  }

  .services-section__bg-1 {
    display: block;
    position: absolute;
    bottom: -48rem;
    left: -168rem;
    width: 180%;
    opacity: 0.8;
  }

  .services-section__bg-2 {
    bottom: -48rem;
    right: -135rem;
  }

  .footer-body__item {
    flex-direction: row;
    gap: 2.4rem;
  }
}

@media (min-width: 1150px) {
  .hero .hero__content h1 {
    font-size: 6.2rem;
  }

  section > .container,
  footer .container {
    width: 110.2rem;
  }

  .volunteer-section .text {
    font-size: 30rem;
  }
}

@media (min-width: 1300px) {
  .hero .hero__content h1 {
    padding: 2.4rem 12.8rem;
  }

  section > .container,
  footer .container {
    width: 125.2rem;
  }

  .services-section__bg-1 {
    left: -190rem;
    bottom: -78rem;
  }

  .services-section__bg-2 {
    right: -155rem;
  }
}

@media (min-width: 2000px) {
  .hero .hero__content h1 {
    font-size: 7.4rem;
    padding: 2.4rem 19.2rem;
  }

  section > .container,
  footer .container {
    width: 195.2rem;
  }
}
