#block-pushhomepage {
  padding: 50px 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 19%, rgba(232,246,252,1) 19%);
}
.push-wrapper {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 750px){
  #block-pushhomepage {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 34%, rgba(232,246,252,1) 34%);
  }
  .push-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1000px){
  #block-pushhomepage {
    background: linear-gradient(180deg, rgba(255,255,255,0) 40.6%, rgba(232,246,252,1) 40.6%);
  }
}




/**
 * Front page specific code
 */


@media all and (min-width: 1000px){
  .path-frontpage #block-pushhomepage {
    background: none;
    padding-bottom: 0;
    transform: translateY(30px);
    position: relative;
    z-index: 10;
  }
}








