footer#enfooter3 {
  --footer-font-family: "Inter", sans-serif;
  --footer-font-size: 16px;
  --footer-line-height: 24px;
  --footer-font-color: #4d4d4d;
  --footer-font-color-hover: #2b3e9e;
  --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: "Inter", sans-serif;
  --address-font-size: min(4.6vw, 16px);
  --address-line-height: 24px;
  --address-font-color: #4d4d4d;
  --subfooter-background: #f2f2f2;
}

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

