﻿footer {
  background-color: #73a612;
  color: #fff;
}
footer .footer-logo-img {
  width: 50%;
}
footer .footer-barcode {
  width: 22%;
}
footer a {
  color: #fff;
  font-weight: bold;
}
footer a:hover {
  color: #ececec;
}
footer .link-icons a img {
  width: 43px;
  margin-left: 5px;
  transition: transform 0.7s;
}
footer .link-icons a img:hover {
  transform: scale(1.1);
}
footer .first-section {
  text-align: right;
}
footer .second-section {
  text-align: center;
}
footer .third-section {
  text-align: left;
  align-self: center;
}
@media (max-width: 1024px) {
  footer .footer-logo-img {
    width: 70%;
  }
  footer .footer-barcode {
    width: 35%;
  }
}
@media (max-width: 768px) {
  footer .first-section,
  footer .second-section,
  footer .third-section {
    text-align: center;
    margin-top: 1rem;
  }
}
