footer.footer .footer__row {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  align-items: center;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  margin-top: 60px;
}
footer.footer .footer__row .logo img {
  width: 200px;
  display: block;
}
footer.footer .footer__row .social ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style-type: none;
}
footer.footer .footer__row .social ul img {
  display: block;
}
footer.footer .footer__row .menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
}
footer.footer .footer__row .menu ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
footer.footer .footer__row .menu ul a {
  font-size: 15px;
  color: #59595A;
}
.footer__copyright p {
  padding: 30px 0px;
  color: #656567;
}
