@media screen and (max-width: 600px) {
  section {
    width: 99%;
    margin-top: 50px;
    padding: 0;
    justify-content: space-around;
  }

  img {
    width: 90%;
    height: auto;
  }

  article{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
  }

  form{
    height: auto;
    width: 99%;
  }

  input{
    font-size: 25px;
    width: 100%;
    margin-top: 10px;
  }
}
