.journey {
  position:relative;
  width:500px;
  max-width:94vw;
  margin:0 auto;
  top:-10% !important;
  right:auto;
}

.journey p {
  font-size:24px;
}

.journey form input{
  width:100%;
  max-width:100%;
}

.object6 {
  position: absolute;
  top:0;
  min-height:100%;
}

.fadeImg{
  width:100%;
}

.journey a {
  display: flex;
  line-height: 2;
}

.journey button {
  margin-bottom:1rem;
}

.notification {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
  line-height:1;
  color: #333;
}

.notification i {
  margin-right: 0.35rem;
  color: #ffc936;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .journey {
    padding:1.5rem !important;
  }
}