@media (min-width: 501px) and (max-width: 1024px) {
  header {
    background-image: url("assets/Frame 427318701 (9).jpg");
    height: 60vh;
  }
  h2 {
    font-size: 1.82rem;
  }
  p {
    font-size: 1.29rem;
  }
  section {
    padding: 2rem 2.2rem;
  }

  .footerlists {
    text-align: center;
    flex-wrap: wrap;
    flex-basis: 90vw;
    gap: 2.3rem !important;
  }

  footer h3 {
    font-size: 2.2rem;
  }
  footer h3 {
    font-size: 2.2rem;
  }

  .col-md-4 p {
    font-size: 0.9rem !important;
  }
}
