.certificate .certificate-frame {
  position: relative;
  background-color: transparent;
  background-image: url(../img/../../../img/frame.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 45px;
}

.certificate .certificate-frame:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 15px;
  left: 0;
  background-image: url(../img/../../../img/frame-border.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.certificate .certificate-frame .certificate-holder {
  width: auto;
  max-width: 773px;
  margin: 0 auto;
  position: relative;
  padding: 5px;
}

.certificate .certificate-frame .certificate-holder:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2b1e1e;
  z-index: 0;
}

.certificate .certificate-frame .certificate-holder:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #b24444;
  z-index: 0;
}

.certificate .certificate-frame .certificate-holder img {
  position: relative;
  z-index: 10;
}

.certificate .title {
  margin-top: 34px;
}
/*# sourceMappingURL=../sourcemap/style_1.css.map */
