/* Enter Your Custom CSS Here */
.single .post-content h2 {
font-size: 26px;
font-weight: bold;
background-color: #F8F6F2;
padding: 20px;
margin-bottom: 32px;
border-top: solid 1px #F4F3F0;
border-left: solid 6px #2897cf;
border-right: solid 1px #F4F3F0;
border-bottom: solid 1px #F4F3F0;
}

.single .post-content h3 {
font-size: 22px;
font-weight: bold;
padding: 0 0 18px;
margin-bottom: 32px;
border-left: none;
border-bottom: solid 2px #2897cf;
}

.single .post-content h4 {
font-size: 18px;
font-weight: bold;
background-color: #F8F6F2;
padding-left: 14px;
border-left: solid 4px #2897cf;
border-bottom: solid 1px #2897cf;
}
