.footer-copyright{
  background-color: #212121;
  color: white;
  text-align: center;
  padding: 10px 0;

  width: 100%;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
}

.footer-copyright a {
  color: #f39c12;
}

.footer-copyright a:hover {
  color: white;
}

.footer-logo{
  width: 5rem;
  height: 5rem;
}

.footer-row{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-box {
    text-align:center !important;
    padding-bottom: 2rem !important;
  }
  .footer-title{
    margin-bottom: 0.2rem;
  }
  .social-media-box{
    justify-content: center;
  }
}
