section.banner-hero-main-section.post-page{
	position:relative;
}
section.banner-hero-main-section.post-page::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #1212127a;
    width: 100%;
    height: 100%;
}
.post-page .banner-hero-main {
    position: relative;
}
.wateen-post-content h4{
	 font-size: 38px;
    font-weight: 500;
}
.wateen-post-content h4 strong{
	font-weight:600;
}
.wateen-post-content img{
	 width: 100%;
    object-fit: cover;
    height: 100%;
}
@media only screen and (max-width: 768px) {
.wateen-post-content h4{
	font-size:22px;
}
}