.container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 10vh;  */
  }

  @media (max-width: 575.98px) {
    .container {
      display: block;
      justify-content: initial;
      align-items: initial; 
    }
  }