.row-with-icons-block {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .row-with-icons-block {
    padding-top: 96px;
  }
}
.row-with-icons-block.padding-top-reduced {
  padding-top: 48px;
}
.row-with-icons-block {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .row-with-icons-block {
    padding-bottom: 96px;
  }
}
.row-with-icons-block.padding-bottom-reduced {
  padding-bottom: 48px;
}
.row-with-icons-block.section-bg-default {
  background: #ffffff;
}
.row-with-icons-block.section-bg-neutral {
  background: #f8f8f8;
}
.row-with-icons-block.section-bg-primary {
  background: #e6f7fd;
}
.row-with-icons-block.section-bg-futures {
  background: #e6f2fa;
}
.row-with-icons-block.section-bg-action {
  background: #feeeed;
}
.row-with-icons-block.section-bg-sponsorship {
  background: #fff9ed;
}
.row-with-icons-block.section-bg-enrichment {
  background: #f0fefc;
}
.row-with-icons-block.section-bg-parenting {
  background: #f0ecf1;
}
.row-with-icons-block > .container {
  width: 100%;
}
.row-with-icons-block .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(1280px, 100%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .row-with-icons-block .inner {
    gap: 40px;
  }
}
.row-with-icons-block .intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: min(620px, 100%);
}
.row-with-icons-block .heading {
  color: #00202d;
}
.row-with-icons-block .intro-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.row-with-icons-block .intro-strong {
  font-size: 20px;
  line-height: 1.6;
  color: #323232;
}
.row-with-icons-block .intro-text {
  color: #323232;
}
.row-with-icons-block .row-with-icons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .row-with-icons-block .row-with-icons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .row-with-icons-block .row-with-icons-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.row-with-icons-block .row-with-icons-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 24px;
  border-radius: 16px;
  border-bottom: 4px solid transparent;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-primary {
  background: #e6f7fd;
  border-bottom-color: #1ab7ed;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-futures {
  background: #e6f2fa;
  border-bottom-color: #449fdc;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-action {
  background: #feeeed;
  border-bottom-color: #f55d53;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-sponsorship {
  background: #fff9ed;
  border-bottom-color: #ffd46f;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-enrichment {
  background: #f0fefc;
  border-bottom-color: #0eb8a5;
}
.row-with-icons-block .row-with-icons-card.row-with-icons-card-parenting {
  background: #f0ecf1;
  border-bottom-color: #9074a1;
}
@media (min-width: 768px) {
  .row-with-icons-block .row-with-icons-card {
    padding: 32px;
  }
}
.row-with-icons-block .row-with-icons-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.row-with-icons-block .row-with-icons-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.row-with-icons-block .row-with-icons-card-icon {
  flex-shrink: 0;
  width: 64px;
}
.row-with-icons-block .row-with-icons-card-icon-image {
  display: block;
  width: 100%;
  height: auto;
}
.row-with-icons-block .row-with-icons-card-title {
  color: #101828;
  line-height: 1.3;
}
.row-with-icons-block .row-with-icons-card-text {
  color: #364153;
  line-height: 1.625;
}
.row-with-icons-block .pill {
  align-self: baseline;
}