.main-footer {
  padding: 50px 0 0;
  background: var(--secondary-color);
}
.about-footer-content {
  margin-bottom: 5px;
}
.about-footer-content p {
  color: #fff;
  margin: 0;
    margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-copyright {
  border-top: 1px solid #f0f0f045;
  padding: 15px 0;
  margin-top: 40px;
}
.footer-copyright-text p {
  color: #fff;
  margin: 0;
}
.footer-copyright-text a {
  color: rgb(228, 110, 4) !important;
}