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


.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2 {
  font-size: 5.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    
    .SecondaryTitle,
    .ckeditorContent h2,
    .cke_editable h2 {
      font-size: 3.5rem; } }

.TertiaryTitle, .ckeditorContent h3,
.cke_editable h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
  font-weight: bold; }

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

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

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