#certpage {
  margin-top: 2.5rem;
}
#certpage .pros {
  background: url(../../img/bg-blue.jpg);
  width: 100%;
  height: 6.3rem;
  text-align: center;
  color: #fff;
}
#certpage .pros .trust {
  font-size: 18px;
  padding: 2.2rem 0 .55rem;
}
#certpage .pros .cert {
  font-size: 12px;
}
#certpage .certification img.cert-badge {
  display: block;
  width: 14rem;
  margin: 1.5rem auto;
}
#certpage .certification .detail {
  font-size: 12px;
  line-height: 22px;
  width: 15rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2.5rem;
  text-align: justify;
}
#certpage .certification .detail i {
  position: absolute;
}
#certpage .certification .detail i.left-quote {
  top: 0;
  left: -25px;
  background: url(../../img/certification/m2.png);
  width: 17px;
  height: 16.5px;
  background-position: 0 0;
  background-size: 77px 16.5px;
}
#certpage .certification .detail i.right-quote {
  bottom: 42px;
  right: -25px;
  background: url(../../img/certification/m2.png);
  width: 17px;
  height: 16.5px;
  background-position: -60px 0;
  background-size: 77px 16.5px;
}
#certpage .title {
  color: #333;
  font-size: 22px;
  border-bottom: solid 2px #ddd;
  padding: 1.25rem 0 .9rem;
  margin: 0 .75rem;
}
#certpage .cert-pic {
  margin-bottom: 3rem;
}
#certpage .cert-pic img {
  display: block;
  margin: 0 auto .5rem;
  width: 17.275rem;
}
#certpage .cert-desc {
  padding: .75rem .75rem 0;
  line-height: 1.25rem;
  text-align: justify;
}
