@media (width < 1024px) {
  .ht--column-footer p {
    margin-bottom: 16px !important;
  }
  .ht--column-footer {
    column-count: 2;
  }
}

.ht--img-text-footer {
  width: clamp(40px, 25.4px + 4.5625vw, 113px);
}

@media (1024px < width < 1500px) {
  .ht--footer-resize-2 .vc_col-sm-5 {
    width: 52% !important;
  }
  .ht--footer-resize-2 .vc_col-sm-7 {
    width: 48% !important;
  }
  .ht--footer-resize .vc_col-sm-7 {
    width: 48% !important;
  }
  .ht--footer-resize .vc_col-sm-2 {
    width: 22%;
  }
  .ht--footer-resize .vc_col-sm-3 {
    width: 30% !important;
  }
}
