/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2025 | 10:57:51 */
.cta-knapper {
  column-gap: 50px;
}
@media only screen and (max-width: 1000px) {
  .cta-knapper {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 666px) {
  .cta-knapper {
    column-gap: 10px;
  }
}
