/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-listicle {
  background-image: url(../../../images/backgrounds/listicle-river.svg);
  background-repeat: repeat-y;
  background-position: 0.9375rem 0;
  background-size: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 48rem) {
  .block-listicle {
    background-position: 1.5625rem 0;
    background-size: 5rem;
  }
}
.block-listicle__item {
  padding-left: 4.375rem;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 48rem) {
  .block-listicle__item {
    padding-left: 9.25rem;
    margin-bottom: 3.375rem;
  }
}
.block-listicle__item:last-child::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 1.75rem;
  left: 0;
  bottom: 0;
  width: 4.25rem;
}
@media (min-width: 48rem) {
  .block-listicle__item:last-child::after {
    top: 3.75rem;
    width: 9.125rem;
  }
}
.block-listicle__left {
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 48rem) {
  .block-listicle__left {
    width: 7.375rem;
    height: 7.375rem;
  }
}
.block-listicle__left::before {
  content: "";
  background-color: #5bade5;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 3.6875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 48rem) {
  .block-listicle__left::before {
    width: 7.375rem;
    height: 7.375rem;
  }
}
.block-listicle__left span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000f5a;
  color: #fff;
  font-family: "Karma", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 3rem;
  height: 3rem;
  border: 0.25rem solid #fff;
  padding-top: 0.375rem;
  border-radius: 3.4375rem;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
}
@media (min-width: 48rem) {
  .block-listicle__left span {
    font-size: 3.5rem;
    line-height: 3.75rem;
    width: 6.875rem;
    height: 6.875rem;
    border: 0.5rem solid #fff;
    padding-top: 0.875rem;
    top: 0.25rem;
    left: 0.25rem;
  }
}
.block-listicle__right {
  padding-top: 0.375rem;
}
@media (min-width: 48rem) {
  .block-listicle__right {
    padding-top: 1.875rem;
  }
}
.block-listicle__right h3 {
  font-family: "Karma", serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 48rem) {
  .block-listicle__right h3 {
    font-size: 1.8125rem;
    line-height: 2rem;
  }
}
.block-listicle__right img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}