.home-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  @media(max-width: 991px) {
    .home-text {
      height: 114px;
      font-size: 30px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: underline;
    }
    .home-text1 {
      font-size: 28px;
      text-align: center;
    }
    .home-link {
      text-decoration: underline;
    }
  }
  