.footer {
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16em;
    padding-top: 40px;
    text-align: center;
  }
  footer {
    width: 100%;
    background-color: #181818;
    display: flex;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    height: 200px;
  }
  
  @media screen and (max-width: 1200px) {
    .footer {
      width: 300px;
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-top: 0;
      align-items: center;
      padding-top: 20px;
    }
  
    footer {
      height: 400px;
    }
  
    .text2 {
      order: -1;
    }
  }
  
  .footer-home {
    color: rgb(255, 208, 0);
    font-weight: 800;
    font-size: 24px;
  }