.c-cards-info-mini {
  padding: 60px 0px;
  padding: 3.75rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .c-cards-info-mini {
    padding: 96px 0px;
    padding: 6rem 0;
  }
}
.c-cards-info-mini__number {
  text-align: center;
}
.c-cards-info-mini__title {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  max-width: 615px;
  text-align: center;
}
.c-cards-info-mini__items {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.c-cards-info-mini__items .paragraph {
  height: 100%;
}
.c-cards-info-mini__items .field__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.c-cards-info-mini__items .field__items > div:nth-child(even) {
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .c-cards-info-mini__items .field__items {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .c-cards-info-mini__items .field__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
