.t-text-editor * {
  max-width: 100%;
}
.t-text-editor h1 {
  font-size: 72px;
}
@media only screen and (max-width: 1190px) {
  .t-text-editor h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .t-text-editor h1 {
    font-size: 24px;
  }
}
.t-text-editor h2 {
  font-size: 64px;
}
@media only screen and (max-width: 1190px) {
  .t-text-editor h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .t-text-editor h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .t-text-editor h2 {
    font-size: 24px;
  }
}
.t-text-editor h3 {
  font-size: 48px;
}
@media only screen and (max-width: 1190px) {
  .t-text-editor h3 {
    font-size: 26;
  }
}
@media only screen and (max-width: 767px) {
  .t-text-editor h3 {
    font-size: 24px;
  }
}
.t-text-editor h4 {
  font-size: 36px;
}
@media only screen and (max-width: 1190px) {
  .t-text-editor h4 {
    font-size: 24px;
  }
}
.t-text-editor h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .t-text-editor h5 {
    font-size: 16px;
  }
}
.t-text-editor h6 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .t-text-editor h6 {
    font-size: 16px;
  }
}
.t-text-editor blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #111;
  font-style: italic;
}
.t-text-editor p {
  margin-bottom: 10px;
}
.t-text-editor img {
  max-width: 100%;
  height: auto !important;
}
.t-text-editor iframe {
  max-width: 100%;
}
.t-text-editor .box-iframe {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 26.2%;
  padding-top: 30%;
}
.t-text-editor .box-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-text-editor table {
  width: 100%;
}
.t-text-editor i {
  font-style: italic;
}
.t-text-editor u {
  text-decoration: underline;
}
.t-text-editor a {
  text-decoration: underline;
}
.t-text-editor b,
.t-text-editor strong {
  font-weight: bold;
}
.t-text-editor ul {
  padding-left: 30px;
  list-style-type: disc;
}
.t-text-editor ul li {
  display: list-item;
  list-style-type: disc;
}
.t-text-editor ol {
  padding-left: 30px;
  list-style-type: decimal;
}
.t-text-editor ol li {
  display: list-item;
  list-style-type: decimal;
}
.t-text-editor blockquote {
  border-left: 5px solid #000;
}

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