.services-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 520px;
}

.blog_area {
	padding: 80px 0;
}