.footer {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding: 150px 50px;
}

.footer-link {
  color: inherit;
}

.img-footer {
  width: 100px;
  margin: auto;
  text-align: left;
  margin-bottom: 24px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center {
  font-size: 17px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: inherit;
  text-decoration: none;
}

/* footer right*/

.footer .footer-right {
  width: 35%;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}
.footer .menu {
  color: #ffffff;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: rgb(255 255 255 / 62%);
}

.footer .name {
  color: inherit;
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

p.opening-hours-footer {
    padding-right: 32px;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}
