#certificate {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #certificate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#certificate .certificateImgWrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 50px;
  border: 2px solid #f0f0f0;
}
#certificate .downloadBtn .dlIcon {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 10%;
  width: auto;
  transform: translate(0%, -50%);
  z-index: 1;
}
#certificate .dscBox {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #certificate .dscBox {
    text-align: center;
  }
}/*# sourceMappingURL=custom.css.map */