.errorWrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF3F8), color-stop(103.76%, rgba(234, 243, 248, 0)));
  background: linear-gradient(180deg, #EAF3F8 0%, rgba(234, 243, 248, 0) 103.76%);
  padding: 5rem 0 0;
  text-align: center;
  position: relative;
  z-index: 1001;
}

@media (min-width: 768px) {
  .errorWrapper {
    padding: 7rem 0;
  }
}

.errorWrapper h3, .errorWrapper h5, .errorWrapper p {
  text-align: center;
  color: #1c1c1c;
}

.errorWrapper img {
  max-width: 567px;
  width: 100%;
  display: inline-block;
  margin: 3rem 0;
}

.errorWrapper h5 {
  font: 1.38rem "futura-pt", "Century Gothic";
  margin-bottom: 1.5rem;
}

.errorWrapper p {
  line-height: 1.5rem;
}

.errorWrapper p a {
  color: #7030e2;
  border-bottom: 1px solid #7030e2;
}