.ckeditor-template {
  margin-bottom: 10px;
}
.ckeditor-template.columns-wrapper {
  margin: 1.25rem;
}
.ckeditor-template.columns-wrapper .template-column {
  padding-top: 1.875rem;
}

.ckeditor-template .template-column + .template-column {
  margin-left: 20px;
}

.ckeditor-template h2,
.ckeditor-template h3 {
  margin-bottom: 10px;
  font-family: "MuseoSans900", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.ckeditor-template h3 {
  margin-bottom: 20px;
  font-size: 22px;
}

.ckeditor-template.float-left-img img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ckeditor-template.float-left-img img ~ p::after {
  clear: none;
}

@media screen and (max-width: 1023px) {
  .ckeditor-template.float-left-img img {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .ckeditor-template.float-left-img img {
    width: 100%;
    height: auto;
  }
}

.ckeditor-template p {
  margin: 0 0 16px;
}

.ckeditor-template.columns-wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .ckeditor-template.columns-wrapper {
    flex-direction: column;
  }
}

.ckeditor-template.columns-wrapper .template-column {
  flex: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ckeditor-template.columns-wrapper .template-column {
    margin: 0;
  }
}

.ckeditor-template.image-block img {
  display: block;
  margin: 0 auto 20px;
}

.ckeditor-template .image-with-description img {
  display: block;
  margin: 0 auto 10px;
}

.ckeditor-template .image-with-description p {
  font-size: 14px;
  text-align: center;
}
