footer#enfooter3 {
  /* Footer background */
  --footer-bg: url('/_MASTER/common_pics/footer_bg.jpg');

  /* Footer height */
  --footer-inner-height: 260px;
  --subfooter-inner-height: 40px;

  /* Footer font */
  --footer-font: 400 clamp(14px, 1.64vw, 18px) 'Karla', sans-serif;
  --footer-font-color: #5c637e;
  --footer-line-height: 1.3333333333;
  --footer-letter-spacing: 0.3px;
}

@media only screen and (max-width: 950px) {
  footer#enfooter3 {
    --footer-inner-height: auto;
    --subfooter-inner-height: auto;

    --footer-bg: none;
    --footer-main-background: #ffffff;
    --subfooter-main-background: #f6fafb;
  }
}
