.gen4col {
  margin: 0;
  padding: 6rem 0 5rem;
  color: #fff;
  position: relative;
}

.gen4col:before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
  background: #090e37;
/* 	margin-left:-12rem; */
}

@media (min-width: 700px) {
  .column--four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column--four .column__col {
    flex-basis: calc(25% - 1.5rem);
  }
}
@media (max-width: 699px) {
  .column--four {
    display: block;
  }
}

.hero--home__box .hero-links {
  padding: 8.7rem 0 2rem; 
}
@media (min-width: 700px) {
  .hero--home__box .hero-links {
    padding: 10.7rem 0 2rem;
  }
}
@media (min-width: 1025px) {
  .hero--home__box .hero-links {
    padding: 16.8rem 0 2rem;
  }
}

