.site-main {
  overflow: hidden;
}

.solutions-section {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.04);
}

.solution-card:nth-child(5) {
  grid-column: 1 / 2;
}

.contact-section {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

@media (max-width: 1040px) {
  .solution-card:nth-child(5) {
    grid-column: auto;
  }
}
