/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
.snk-teaser_stories {
  text-decoration: none;
  color: #060606;
}
.snk-teaser_stories .snk-teaser-image {
  border: 1px solid #060606;
}
.snk-teaser_stories .snk-teaser-image img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.snk-teaser_stories:hover .snk-teaser-image img {
  transform: scale(1.025);
}

@media (min-width: 1024px) {
  .snk-section_successStories .snk-teaser-inner.row {
    --snk-gutter-y: var(--snk-section-y-padding-desktop);
  }
}