@media screen and (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    section{
        width: 100%;
    }
  }