/*

- 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-logoWall {
  background-color: #101010;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .snk-logoWall {
    padding: 1.75rem 0;
  }
}
.snk-logoWall-wrapper {
  display: flex;
  justify-content: space-between;
}
.snk-logoWall-layout_3 {
  justify-content: space-evenly;
}
.snk-logoWall-image {
  max-width: 60px;
  max-height: 24px;
}
.snk-logoWall-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .snk-logoWall {
    padding: 1.75rem 0;
  }
  .snk-logoWall-image {
    max-width: 150px;
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .snk-logoWall-layout_7 .snk-logoWall-image:nth-last-child(2), .snk-logoWall-layout_7 .snk-logoWall-image:last-child {
    display: none;
  }
}