.product-committed-section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  gap: 0px 30px;
  justify-content: center;
  align-items: center;
}
.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: 1053px;
  }
}
.product-committed-section .Normal h2 {
  margin-bottom: 0;
}
.product-committed-section .Normal h4 {
  margin-top: 0;
  color: #C7C4C4;
}
.product-committed-section .Normal p {
  color: #fff;
}
.product-committed-section .product-item .Normal h2 {
  text-transform: uppercase;
}
@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:nth-of-type(5), .product-committed-section .DnnModule-DNN_HTML:nth-of-type(12) {
  flex: 0 0 100%;
}
.product-committed-section .DnnModule-DNN_HTML:nth-of-type(5) {
  margin-bottom: 40px;
}
.product-committed-section .DnnModule-DNN_HTML:nth-of-type(12) .Normal p {
  color: #000000;
}
.product-committed-section .grid-col {
  flex: 1 1 35%;
  align-self: flex-end;
}
@media (min-width: 1024px) {
  .product-committed-section .grid-col {
    flex: 1 1 0;
  }
}
.product-committed-section .grid-col.call-out-small {
  flex: 0 0 145px;
  max-width: 165px;
}
@media (min-width: 1024px) {
  .product-committed-section .grid-col.call-out-small {
    flex-basis: 165px;
  }
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-4 {
    flex: 0 0 390 px;
  }
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-3 {
    flex: 0 0 390 px;
  }
}
@media (min-width: 1024px) {
  .product-committed-section .grid-span-2 {
    flex: 0 0 585 px;
  }
}
