@media screen and (max-width: 1000px) {
  #presentation-section {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 40px;
  }

  #izacash-app-mockup-img {
    max-width: 300px;
  }

  #presentation-section .column1 {
    align-items: center;
    margin-top: 24px;
  }

  #presentation-section .title-box {
    align-items: center;
  }

  #presentation-section .title-box p,
  #presentation-section .title-box h1 {
    text-align: center;
  }

  #presentation-section .title-box h1 {
    font-size: 24px;
    line-height: 28px;
  }

  #presentation-section .title-box p {
    font-size: 16px;
    line-height: 24px;
  }

  #funcionamento .recycle-button {
    height: 40px;
    width: 40px;
  }

  #funcionamento .recycle-button img {
    height: 24px;
    width: 24px;
  }

  #funcionamento h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  #user-type-select {
    flex-direction: column;
  }

  .user-type-option {
    font-size: 14px;
    line-height: 22px;
  }

  .card-list-box {
    align-self: flex-start;
    max-width: 100%;
    overflow-x: hidden;
  }

  .step {
    min-height: 256px;
  }

  /* Parceiros */
  #parceiros {
    flex-direction: column;
    padding: 32px;
    gap: 24px;
  }

  #parceiros .partner-list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  /* download the app section */
  #download-the-app-section .illustration {
    height: 80%;
    align-self: flex-end;
  }
}

@media screen and (max-width: 800px) {
  header ul {
    display: none;
    flex-direction: column;
  }

  .openedMenu {
    display: flex;
    position: absolute;
    right: 80px;
    border: 1px solid black;
    padding: 16px;
    border-radius: 12px;
    border-top-right-radius: 0;
  }

  #open-menu-button {
    display: block;
  }

  #comunidade h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .community-modal {
    min-height: auto;
    padding-top: 64px;
    padding-left: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .community-modal .title {
    font-size: 24px;
    line-height: 28px;
    margin-right: 32px;
  }

  .community-modal img {
    max-width: 250px;
    max-height: 250px;
  }

  /* faq section */
  #faq h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  #help-icon-box {
    height: 40px;
    width: 40px;
  }

  #help-icon-box img {
    height: 24px;
    width: 24px;
  }

  .question .title {
    font-size: 16px;
    line-height: 24px;
  }

  .question .answer p {
    font-size: 16px;
    line-height: 24px;
  }

  /* download the app section */
  #download-the-app-section {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
    min-height: auto;
    align-items: center;
    justify-content: center;
    padding: 32px;
  }

  #download-the-app-section .title {
    text-align: center;
  }

  #download-the-app-section .illustration {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-self: center;
    margin-top: 0;
  }

  .download-app-button-list-box {
    justify-content: center;
  }

  /* footer */
  footer {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 32px;
    grid-template-rows: repeat(3, auto);
  }

  footer img {
    grid-row: 1 / 2;
  }

  footer p {
    grid-row: 3 / 4;
  }
}

@media screen and (max-width: 400px) {
}
