/* src/styles/components/key-principals-section.scss */
.kpc {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .kpc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.kpc__cards {
  margin-top: 95px;
}
.kpc__cards figure {
  left: 0px;
  right: 0px;
  top: -63px;
}
