/*main body */
._news-article{
	padding: 0px; 
	padding-top: 0px;
	border: #ddd solid 1px;	
}


._overlay-text{	
	position: absolute;	
	font-size:15px;
	
	top : 580px;
	/*left: 40%;*/
	/*width:350px;*/
	height: 90px;	

	font-family: 'Sagona-Bold'; 
	font-size: 60px;
	color: #fff;
}


/*._overlay-text-whole-1 {	
	position: absolute;			
	top : 550px;	
	height: 90px;	
	font-family: 'Sagona-Bold'; 
	font-size: 60px;
	color: #fff;
}
*/


._two-column-padding{
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;

	color: rgba(0, 0, 0, .8); 
}



._title-text-format{
	font-family: 'Sagona-Bold'; 
	font-size: 20px;
	color: #555;
	padding-top: 80px;
}

._title-text-news-details{
	font-family: 'Sagona-Bold'; 
	font-size: 20px;
	color: #555;
	padding-top:  60px;
}


._img-body-part{
	padding-top: 0px;
	padding-bottom: 30px;
}

._view {
    background: url("../../images/news/banner.jpg")no-repeat center center;
    filter: brightness(70%); 	
    height: 1080px;
}

/*============================================================================================*/
/*===========================================================================================*/
/*==========================================================================================*/
@media (max-width: 1280px){
/*=================================================================*/
/*main body */	
	._overlay-text{		
	/*left: 38%;	*/
	}
}

@media (max-width: 600px){
/*=================================================================*/
/*main body */	

	._title-text-format{		
		padding-top:  20px;
	}
	._news-article{		
		border-radius: 15px;
	}

	._overlay-text{			
		top : 230px;	
		font-size: 30px;	
	/*	left: 5%;*/
	}

	._view {
	    background: url("../../images/news/banner.jpg")no-repeat center center;
		background-size: cover;
		height: 400px;
	
	}
}




/*white-space: pre-line; */