.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: calc(1.425rem + 2.1vw);
  margin: 0;
  text-shadow: none;
}
@media (min-width: 1200px) {
  .section-call-out-small .Normal h3 {
    font-size: 3rem;
  }
}

.product-committed-section .grid-col {
  grid-column: span 12;
}
.product-committed-section .grid-col.call-out-small {
  background-color: #C7C4C4;
  border: 5px solid #818181;
  height: 180px;
  border-radius: 10px;
  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;
  }
}
