.certpage{
  margin: 0 -40px;
  position: relative;
}
@media (max-width: 768px) {
  .certpage{
    margin: 0 -35px;
    padding: 0 1rem;
  }
}

.certpage strong{
  padding: 0;
  background: none;
  line-height: inherit;
}

.certpage h2{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #383838;
}
@media (max-width: 1200px) {
  .certpage h2{
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .certpage h2{
    font-size: 24px;
  }
  .certpage h2 br{
    display: none;
  }
}

.certpage,
.certpage ul,
.certpage p{
  color: #383838;
}
