.blog-more {
    padding:6rem 0;
}
.blog-more__back img {
    margin-right:2rem;
}
.blog-more__back{
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-size: 1.4rem;
}
.blog-more__back:hover,.blog-more__back:focus {
    color:#000;
}
.blog-more__content h2 {
    font-size: 5rem;
    margin:8rem 0 2.5rem 0;
}
.blog-more__img {
    width:100%;
    margin:4rem 0;
}
.blog-more__tags {
    margin:6rem 0;
}
.blog-more__tags li{
    list-style-type: none;
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}
.blog-more__content p {
    text-align: justify;
    text-justify: inter-word;
}
.blog-more__tags li:not(:first-child)::after{
    content:",";
}
.blog-more__tags li:last-child::after{
    content:"";
}
.blog-more__tags li b{
    list-style-type: none;
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}
.blog-more__text {
    margin-bottom:6rem;
}
.blog-more__text * {
  /* Nadpisanie 10px z layout.css */
  font-size: 1.6rem;
}
.blog-more__text a:link,
.blog-more__text a:visited {
  font-size: 1.8rem;
}
.blog-more__text img {
  max-width: 100%;
}
.blog-more__text p {
    margin-bottom: 2rem;
    text-align: justify;
    text-justify: inter-word;
}
.blog-more__text h1 {
    font-size:5rem;
    margin:4rem 0 1rem 0; 
}
.blog-more__text h2 {
    font-size:4.5rem;
    margin:4rem 0 1rem 0; 
}
.blog-more__text h3 {
    font-size:4rem;
    margin:4rem 0 1rem 0; 
}
.blog-more__text h4 {
    font-size:3.5rem;
    margin:4rem 0 1rem 0; 
}
.blog-more__text h5 {
    font-size:3rem;
    margin:4rem 0 1rem 0; 
}
.blog-more__text h6 {
    font-size:2.5rem;
    margin:4rem 0 1rem 0; 
}
blockquote {
  width: 80%;
  text-align: center;
  position: relative;
  margin: 30px auto;
  margin-bottom: 60px !important;
}
blockquote::before {
  display: block;
  content: '"';
  position: absolute;
  font-size: 98pt;
  top: -70px;
  opacity: 0.1;
  left: -20px;
  pointer-events: none;
}
blockquote p {
  text-align: center !important;
  font-style: italic;
}
@media(max-width:768px) {
    .blog-more__content p,.blog-more__text p  {
        text-align: initial;
        text-justify: initial;
    }
    .blog-more__content h2 {
        font-size:3rem;
    }
    .blog-more__text h1 {
        font-size:3rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more__text h2 {
        font-size:2.7rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more__text h3 {
        font-size:2.4rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more__text h4 {
        font-size:2.1rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more__text h5 {
        font-size:1.8rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more__text h6 {
        font-size:1.6rem;
        margin:2rem 0 1rem 0; 
    }
    .blog-more {
        padding:2rem 0 4rem 0;
     }
}
