.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55.94%, #D7E5F5), color-stop(83.46%, rgba(215, 229, 245, 0)));
  background: linear-gradient(180deg, #D7E5F5 55.94%, rgba(215, 229, 245, 0) 83.46%);
}

@media screen and (max-width: 630px) {
  .gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51.92%, #D7E5F5), color-stop(75.15%, rgba(215, 229, 245, 0)));
    background: linear-gradient(180deg, #D7E5F5 51.92%, rgba(215, 229, 245, 0) 75.15%);
  }
}
