.mdm-error {
  margin: 120px auto 148px;
}

@media only screen and (min-width: 768px) {
  .mdm-error {
    max-width: 376px;
  }
}
.mdm-error__decor {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F8F8;
  margin: 0 auto 24px;
}