/* Responsive breakpoints */
.main-wrapper {
  padding-top: 10px;
}
.main-wrapper h1 {
  font-size: 170px;
  color: #793376;
}
@media only screen and (max-width: 767px) {
  .main-wrapper h1 {
    font-size: 70px;
  }
}
.main-wrapper .oops img {
  margin: 0 auto;
  max-width: 1072px;
  width: 100%;
}
.main-wrapper .oops h2 {
  font-family: raleway, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-wrapper .oops a {
  color: #793376;
  text-decoration: underline;
}
.main-wrapper .separator {
  margin-bottom: -80px;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .main-wrapper .separator {
    margin-bottom: 15px;
  }
}
.main-wrapper .separator img {
  margin-left: auto;
  max-width: 409px;
  width: 40%;
}
