@media (max-width: 800px) {

    .header {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 24px;
    }
    .contato {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
      }

      /* BANNER */

      .banner {
        height: 200px;
      }

      .banner-content h1 {
        font-size: 26px;
      }
}