@media (min-width: 900px){
  .hp-info-container{
    justify-content: flex-start;
  }

  .footer-contact-frame{
    height: 250px;
  }

  .footer-process-container{
    display: block;
  }

  .footer2-container{
    height: 100%;
  }

  .footer-process{
    max-width: 90%;
  }
}