.contentarea.px-2 .excerpt p.read-more{
	display:none;
}
.outer-box-blog {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
		    background-attachment: fixed !important;
}
.heading-blog-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.heading-blog-section h1 {
    text-align: center;
    color: #fff !important;
}
