.text{
 grid-row: unset;
 grid-column: unset;
 padding-top: 0;
}

.inprocess{
 display: grid;
 justify-content: center;
 padding: 7vw;
 font-size: 150%;
}
.inprocess a, inprocess--landing a{
 font-size: 130%;
}
.inprocess--landing{
 display: grid;
 justify-content: center;
 font-size: 130%;
}
.s1{
 height: unset;
}
@media(min-width: 1000px){
 .inprocess--landing{ 
  grid-row: 1 / span 4;
  grid-column: 1;
 }
}