.product-committed-section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  gap: 0px 30px;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
}
.product-committed-section-backcolor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 2250px;
  background-color: #003974;
}
@media (min-width: 1200px) {
  .product-committed-section-backcolor {
    max-height: 875px;
  }
}
.product-committed-section .Normal h2 {
  margin-bottom: 0;
}
.product-item .product-committed-section .Normal h2 {
  text-transform: uppercase;
}

.product-committed-section .Normal img {
  border-radius: 8px;
}
.product-committed-section .Normal h4, .product-committed-section .Normal h4 > a, .product-committed-section .Normal h4 > a:link {
  margin-top: 0;
  color: #E6E6E6;
}
.product-committed-section .Normal p {
  color: #fff;
}
@media (min-width: 1024px) {
  .product-committed-section {
    gap: 0px 30px;
  }
}
.product-committed-section .DnnModule-DNN_HTML {
  position: relative;
  z-index: 1;
}
.product-committed-section .DnnModule-DNN_HTML .display-6 {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  color: #fff;
}
.product-committed-section .DnnModule-DNN_HTML h2 {
  margin-top: 0;
}
.product-committed-section .DnnModule-DNN_HTML:nth-of-type(1), .product-committed-section .DnnModule-DNN_HTML:nth-of-type(6), .product-committed-section .DnnModule-DNN_HTML:nth-of-type(12) {
  flex: 0 0 100%;
}
.product-committed-section .DnnModule-DNN_HTML:nth-of-type(12) .Normal p {
  color: #000000;
}
.product-committed-section .grid-col {
  flex: 1;
}
.product-committed-section .grid-col.call-out-small {
  flex: 0 0 165px;
  max-width: 165px;
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-4 {
    flex: 0 0 262.5px;
  }
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-3 {
    flex: 0 0 360px;
  }
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-2 {
    flex: 0 0 555px;
  }
}
