.c-stacked-info__item {
  padding: 48px 0px;
  padding: 3rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-stacked-info__item {
    display: grid;
    align-items: center;
    gap: 60px;
    grid-template-columns: 40% auto;
  }
}
.c-stacked-info__item p {
  margin: 0;
}
.c-stacked-info .field__items > div:nth-child(even) .c-stacked-info__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #C0F2D9;
  z-index: -1;
}
.c-stacked-info__item-title {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 44px;
}
