body.single-post .entry-wrap .entry-content h4 {
    font-size: 18px;
    margin-top: 12.5px;
}
body.single-post .entry-wrap .entry-content h4 a {
    color: rgb(239,142,78);
}
body.single-post .entry-wrap .entry-content p {
    margin: 0 0 12.5px;
}
body.single-post .entry-wrap .entry-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 12.5px;
}
body.single-post .entry-wrap .entry-content .btn {
    padding: 0.563em 1.125em 0.6em !important;
    color: rgb(255,255,255);
    border-color: rgb(56,64,152);
    background-color: rgb(56,64,152);
    border-radius: 0.25em;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    transition: all 0.15s linear;
}