footer#enfooter3 {
  --footer-font-family: "Lato", sans-serif;
  --footer-font-size: 16px;
  --footer-line-height: 26px;
  --footer-font-color: #000;
  --footer-font-color-hover: #fff;
  --footer-main-width: var(--en-website-width);
  --footer-main-background: #fff;
  --footer-inner-margin-left-right: clamp(
    0px,
    calc(var(--footer-main-width) + 10px - 100vw),
    10px
  );
  --address-font-family: "Lato", sans-serif;
  --address-font-size: 17px;
  --address-line-height: 24px;
  --address-font-color: #000;
  --subfooter-background: #4b9cd3;
}

@media only screen and (max-width: 768px) {
  footer#enfooter3 {
    --footer-inner-height: auto;
  }
}
