@media (min-width: 641px) {
  /* Hero section */

  /* Feature grid section */

  .feature-grid__items {
    width: 100%;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr)
      clamp(120px, 31.25vw, 450px)
      minmax(0, 1fr)
      minmax(0, 1fr);
  }

  .feature-card:nth-child(2) {
    margin-top: clamp(30px, 19.93vw, 287px);
  }
  
  .feature-card:nth-child(5) {
    margin-top: clamp(50px, 8.764vw, 126px);
  }

  /* Secondary section */

  .secondary-section__cards--first {
    justify-content: center;
    max-width: 1157px;
    margin: 0 auto;
    width: 100%;
  }

  .secondary-section__cards--second {
    max-width: 1157px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
}
