.e-filetax
{

background-image:url("../assets/coffee.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-height: 265px;
position:relative;
	
}
.e-filetax>div
{
	width:100%;
 bottom:0;
 position:absolute;
 background: rgba(0, 0, 0, 0.32);
 color:#fff;
}
.e-filetax>div>div>div:nth-child(1)
{
	font-size:30px;
	font-weight:bold;
}
.e-filetax>div>div>div:nth-child(2)
{
	font-size:18px;
	
}