.MainTitle,
.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2 {
  text-align: center;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 4.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  word-break: normal;
  text-shadow: none;
  text-transform: uppercase; }


.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem; }

.TertiaryTitle, .ckeditorContent h3,
.cke_editable h3 {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: var(--secondary-font); }

.SubTitle {
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: center; }

.ckeditorContent h2,
.cke_editable h2 {
  text-align: left; }

/*# sourceMappingURL=titles.css.map */
