.section-grid.blue {
  background-color: var(--c-color);
}
.section-grid.blue .subtitle, .section-grid.blue h2, .section-grid.blue .top-container .text {
  color: var(--c-white);
}
.section-grid.blue .card {
  background-color: var(--c-white);
}
.section-grid.blue .svg-blue {
  position: absolute;
}
.section-grid.blue .svg-blue-top {
  left: 0;
  top: 0;
}
.section-grid.blue .svg-blue-bottom {
  right: 0;
  bottom: 0;
}