
.feature-block-outline {
    background-repeat: no-repeat;
    width: 385px;
    /* background-position: bottom; */
    position: relative;
    background-size: cover !important;
    margin-bottom: 2px !important;
}


.blog-text {
    height: 364px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-text h2 {
    color: #fff;
}

.feature-block-outline::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.3;
}
