.hero-post{
    padding-left: 20px;
    padding-right: 20px;
}

.hero-post #bg-post{
    margin-bottom: 60px;
    background-color: #5e5e5e;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 16px;
    width: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
}
.hero-bg-image h1 strong{
    font-weight: 700;
}

.type-post .entry-content p:first-child {
    display: none;
}

.hero-post #bg-post h2 a{
    color: #fff;
    font-weight: bold;
}

.entry-content p a{
    text-decoration: none;
}

.entry-content p a + i{
    margin-top: 10px;
    display: block;
}

.author-info{
    background: #F2F2F2;
    padding: 30px 30px 20px 30px;
    display: flex;
    border-radius: 16px;
    margin-bottom: 20px;
}
.author-info .author-title{
    font-size: 1rem;
}
.author-info .author-avatar{
    margin-right: 20px;
}
.author-info .author-avatar img{
    border-radius: 50%;
}
.author-info .author-link{
    display: block;
    margin-top: 10px;
    text-decoration: none;
}
article + .navigation{
    margin: 30px 0;
}
article + .navigation a{
    text-decoration: none;
}

code{
    color: #3C3C3B;
}
code pre{
    padding: 20px; 
    background-color: #f2f2f2;
    color: #3C3C3B;
    border-radius: 6px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

.hero-post {
        min-height: auto;
        padding-left: 0;
        padding-right: 0;
    }
.hero-post #bg-post{
        background: #fff;
        border-radius: 0;
        margin-bottom: 0;
        display: block;
        padding-top: 30px;
    }
.hero-bg-image h1{
    color: #3C3C3B;
    text-shadow: none;
    font-size: 28px;
}
.hero-bg-image h2{
    color: #3C3C3B;
    text-shadow: none;
    margin-bottom: 10px;
    font-size: 15px;
}
.hero-post #bg-post h2 a{
    color: #C10830;
}  

.entry-content p a img{
      width: 100%;
      height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry-content h2{
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 20px;
}
    
    
}