.MainTitle,
.SecondaryTitle,
.ckeditorContent h2,
.cke_editable h2,
.TertiaryTitle,
.ckeditorContent h3,
.cke_editable h3 {
  text-align: center;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-weight: 800;
  font-size: 6rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  word-break: normal;
  text-shadow: none;
  letter-spacing: 0.07em; }
  @media (max-width: 767px) {
    .MainTitle,
    .SecondaryTitle,
    .ckeditorContent h2,
    .cke_editable h2,
    .TertiaryTitle,
    .ckeditorContent h3,
    .cke_editable h3 {
      font-size: 4rem; } }

.MainTitle {
  padding: 0.8rem 6rem 0;
  position: relative;
  background: url("../../img/deco@2x.png") top right no-repeat;
  background-size: 33px 47px; }


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


.TertiaryTitle,
.ckeditorContent h3,
.cke_editable h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  text-align: left; }
  @media (max-width: 767px) {
    
    .TertiaryTitle,
    .ckeditorContent h3,
    .cke_editable h3 {
      font-size: 2rem; } }

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

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

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