/*

- 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-counter-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.snk-counter-item {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
  width: 100%;
  position: relative;
}
.snk-counter-item + .snk-counter-item {
  padding-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .snk-counter-item + .snk-counter-item {
    padding-top: 2rem;
  }
}
.snk-counter-item:nth-child(2n) {
  width: 82.7345%;
}
.snk-counter-item:nth-child(2n) .snk-counter-description {
  width: 41.49%;
}
@media (max-width: 767.98px) {
  .snk-counter-item:nth-child(2n) .snk-counter-description {
    width: 100%;
  }
}
.snk-counter-line {
  background-color: #444;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: right;
}
.snk-counter-number {
  font-size: 4.5rem;
  font-weight: 700;
  display: flex;
  width: 68.906%;
  padding-right: 1rem;
}
.snk-counter-number > * {
  display: inline-block;
  margin-bottom: -0.75rem;
  line-height: 0.85;
}
@media (max-width: 767.98px) {
  .snk-counter-number > * {
    line-break: anywhere;
  }
}
.snk-counter-suffix {
  position: relative;
  left: -0.625rem;
}
.snk-counter-description {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 31.094%;
}
.snk-counter-description p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .snk-counter-item {
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .snk-counter-description, .snk-counter-number {
    width: 100%;
  }
  .snk-counter-description {
    padding-top: 1rem;
  }
}