.section-call-out-small {
  height: 100%;
}
.section-call-out-small-content-pane,
.section-call-out-small .ModDNNHTMLC,
.section-call-out-small .Normal {
  height: 100%;
}
.section-call-out-small .Normal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-call-out-small .Normal h3 {
  color: #003974;
  font-size: 40px !important;
  margin: 0;
  text-shadow: none;
  line-height: 0.75;
}
.section-call-out-small .Normal h3 .sub-title-text {
  color: var(--Grey-95, #0d0d0d);
  text-align: center;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
}

.product-committed-section .grid-col {
  grid-column: span 12;
}
.product-committed-section .grid-col.call-out-small {
  border-radius: 8px;
  border: 4px solid var(--Default-White, #fff);
  background: var(--Grey-10, #e6e6e6);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 2px 16px 2px;
  height: 142px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .product-committed-section .grid-col.call-out-small {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .product-committed-section .grid-span-2 {
    grid-column: span 2;
  }
}
