@media screen and (max-width: 760px) {
  * {
    margin: 0;
    padding: 0;
  }

  body,
  html {
    height: auto;
  }

  body {
    font-size: 0;
    flex-direction: column;
  }

  section {
    width: 99vw;
    height: auto;
  }

  h1 {
    font-size: 5vw;
  }

  h2 {
    margin-top: 10px;
  }

  li {
    font-size: 7vw;
  }

  #articlelogo {
    width: 100%;
  }

  #articletelefone {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  #articleemail,
  #articleendereco {
    width: 100%;
    height: auto;
    font-size: 4vw;
    margin-top: 20px;
  }

  #articleatendimento {
    width: 90%;
    height: auto;
    margin-top: 30px;
  }

  #articleendereco {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
