/* RENA V51 — certificates hero without decorative block */
.certificates-hero-v51{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-height:68vh !important;
}
.certificates-hero-v51 h1{
  max-width:980px !important;
}
.certificates-hero-v51 .certificates-intro-v46{
  max-width:720px;
}
@media (max-width:760px){
  .certificates-hero-v51{
    min-height:auto !important;
  }
}
