.footer {
  background: #000;
  padding: 30px 0px;
  font-family: "Play", sans-serif;
  text-align: center;
}
.footer-fisrt {
  display: flex;
}
.footer .row-fisrt {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer .row-fisrt a {
  text-decoration: none;
  color: gray;
  transition: 0.5s;
}
.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 0.8em;
}

.footer .row a {
  text-decoration: none;
  color: gray;
  transition: 0.5s;
}

.footer .row a:hover {
  color: #fff;
}
.footer .row-fisrt a:hover {
  color: #fff;
}

@media (max-width: 720px) {
  .footer {
    text-align: center; 
    padding: 10px;
  }
  .footer-fisrt{
    display: flex;
    flex-direction: column;
    margin-left: 38px;
  }
  .footer .row-fisrt{
    display: flex;
    justify-content: start;
  }

  .footer .row {
    font-size: 1em;
    margin: 5px 0;
  }
}
