.c-title-page {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 170%;
  letter-spacing: 1.8px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-title-page {
    font-size: 3.0rem;
    letter-spacing: 1px;
  }
}