.section-call-out {
  position: relative;
  height: 100%;
}
.section-call-out-content-pane {
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-call-out-content-pane .Normal h3 {
  font-size: calc(1.475rem + 2.7vw);
  color: #faa62f;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .section-call-out-content-pane .Normal h3 {
    font-size: 3.5rem;
  }
}
.section-small .Normal h3 {
  color: #003974;
}
.section-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .section-grid {
    margin-top: -95px;
  }
}
.dnnEditState .section-grid {
  margin-top: 0;
}

.section-grid .grid-col {
  grid-column: span 12;
  height: 168px;
  background-color: #003974;
  border: 5px solid #c7c4c4;
  border-radius: 10px;
}
.section-grid .grid-col.call-out-small {
  background-color: #C7C4C4;
  border: 5px solid #818181;
  height: 200px;
}
@media (min-width: 1024px) {
  .section-grid .grid-span-4 {
    grid-column: span 4;
  }
}
