/*!
 * Theme: Default
 * Package: CopyGen
 * Version: 1.6.0
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
**/
/** WRITE YOUR OWN STYLE **/

.block-typo h1, .block-typo .h1, .block-typo h2, .block-typo .h2 {
  margin-bottom: 0.325em;
  margin-top: 0.5em;
}
.block-typo h3, .block-typo .h3, .block-typo h4, .block-typo .h4, .block-typo h5, .block-typo .h5, .block-typo h6, .block-typo .h6 {
  margin-top: 1em;
  margin-bottom: 0.625em;
}
.block-typo img {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.block-typo ul {
  margin-bottom: 1rem;
  margin-left: 0.75rem;
}

.block-typo h2 {
  font-size: 1.75rem;
}

.block-typo ul li {
  padding: 0.25rem 0;
}
.block-typo ul li::marker {
  font-family: "Nioicon";
  content: "\eca1";
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  text-indent: 0.5rem;
}

.block-typo ol {
  margin-bottom: 1rem;
  margin-left: 0.75rem;
  list-style:decimal;
}

@media (min-width: 992px) {
  .block-typo img {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    max-width: calc(100% - 5rem);
  }
}