.post-content p{
    text-align: justify;
    text-indent: 30px;
}
.post-content h2{
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}
.post-content h3{
    color: #767676;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-flex;
    position: relative;
    vertical-align: top;
    padding-left: 1.4rem;
}
.post-content h3:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 0.75rem;
    height: 0.05rem;
    background: #3f78e0;
}