footer {
  border-top: 3px solid #F0A928;
  /* margin-top: 5px; */
  background-color: #2C2D2E;
  color: white;
}

footer .footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

footer .related {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .related a {
  text-decoration: none;
  color: white;
}

footer .phones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

footer .bold {
  font-weight: bold;
}

footer .small {
  font-size: 13px;
}

footer .footer-bottom {
  width: 100%;
  background-color: #141414;
  padding-bottom: 40px;
}

footer .footer-wrapper .logo {
  width: 200px;
}

footer .footer-bottom p {
  font-size: 10px;
  color: white;
  text-align: center;
}

footer .phone-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

footer .link,
footer .link:visited,
footer .link:active {
  text-decoration: none;
  color: white;
}

footer .social-media-icons {
  display: flex;
  flex-direction: row;
}