.template-c1-c2 .content h1 {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 27px;
}

.template-c1-c2 .hero {
  min-height: 50vh;
  padding-top: 60px;
  padding-bottom: 247px;
}

.title-sep {
  background: url(../images/icons/ligne-bleue.svg) no-repeat;
  height: 3px;
  margin-bottom: 30px;
}


@media (max-width: 525px) {
  .template-c1-c2 .hero {
    min-height: 30vh;
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 525px) {
  .template-c1-c2 .hero .hero-intro {
        width: 100%;
  }
}