.inline-form__bg {
  background-image: url("../form-bg.jpg") !important;
}

.certificate {
  min-height: 60vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}

.certificate__card {
  background: #fff;
  max-width: 600px;
  margin: auto;
  padding: 26px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border: 1px solid #eee;
}

.certificate__title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.certificate__uuid {
  margin-bottom: 10px;
}

.certificate__status {
  color: #222;
  font-weight: bold;
}

.certificate__uuid.--small {
  font-size: 12px;
  opacity: 0.4;
}
.certificate__subtitle {
  text-transform: uppercase;
  font-size: 20px;
}
.certificate__image {
  max-width: 100%;
  height: auto;
  max-height: 320px;
}
.certificate__row {
  margin-bottom: 10px;
}
.certificate__description {
  margin-bottom: 10px;
}

@media (max-width: 620px) {
  .certificate {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .certificate__card {
    margin-left: 20px;
    margin-right: 20px;
  }
}

