@media (max-width: 700px){
    footer::before{
      top: 145px;
    }
  }
@media (max-width: 583px){
    footer::before{
      top: 245px;
    }
  }
  @media (max-width: 411px){
    footer::before{
      top: 275px;
    }
  }
  @media (max-width: 375px){
    footer::before{
      top: 315px;
    }
  }
  @media (max-width: 292px){
    footer::before{
      top: 370px;
    }
  }