/* Footer */
.footer-section {
  background-color: #333;
  color: white;
  padding: 40px 20px;
  font-size: 14px;

  /* wyśrodkowanie */
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section img {
  height: 50px;      /* małe logo */
  width: auto;       /* zachowuje proporcje */

}
