@media screen and (max-width: 749px) and (min-width: 550px) {
  .about-collection-point-franchise {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .collection-point-image {
    justify-self: center;
    /* text-align: center; */
  }
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
}

@media screen and (max-width: 500px) {
  .hero-content p {
    font-size: 1rem;
  }
  .about-collection-point-franchise {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .collection-point-image {
    justify-self: center;
    /* text-align: center; */
  }
  .collection-point-image img {
    /* width: 25rem; */
    height: 50vh;
    border-radius: 10px;
  }
  .business-support {
    grid-template-columns: repeat(1, 1fr);
  }
  .business-support-content h2 {
    text-align: center;
  }
  .benefits-of-franchisee {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-of-franchisee h2 {
    text-align: center;
  }
  .franchisee-requirements h2 {
    text-align: center;
  }
  .requirements {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-of-franchisee .benefits {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-of-franchisee .image {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .section-application-form {
    grid-template-columns: 1fr;
    background-color: black;
    background: url(/assets/images/background.png);
    background-position: right;
    background-size: cover;
    height: 100vh;
    padding: 2rem;
  }
  .application-form {
    background-color: white;
    padding: 2rem 0 0 0;
    border-radius: 1rem;
  }
  .application-image {
    display: none;
  }
}
