.paragraph.paragraph--type--count-item {
  padding: 25px 30px;
  box-shadow: var(--shadow-l);
  border-radius: var(--radius-s);
  line-height: 1;
  margin: 0 15px 15px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.paragraph.paragraph--type--count-item .paragraph__count {
  font-family: "DM Sans", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  color: var(--dark-blue);
  font-size: 2.25rem;
  line-height: 2.813rem;
  font-weight: 700;
  color: var(--cfontd);
  line-height: 1.2;
}
.paragraph.paragraph--type--count-item .paragraph__count img {
  max-height: 85px;
}
.paragraph.paragraph--type--count-item .paragraph__title {
  font-family: "DM Sans", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--cfont);
  line-height: 1.2;
}
@media (max-width: 904px) {
  .paragraph.paragraph--type--count-item {
    margin: 0 8px 15px 0;
    padding: 25px;
  }
}

.blue-paragraph .paragraph.paragraph--type--count-item {
  background-color: var(--blue);
}
.blue-paragraph .paragraph.paragraph--type--count-item .paragraph__count {
  color: #fff;
}
.blue-paragraph .paragraph.paragraph--type--count-item .paragraph__title {
  color: var(--dark-blue);
}/*# sourceMappingURL=paragraph--count-item.css.map */