
.gridnews3 
{
  	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  	grid-gap: 10px; 
}
.gridnewssquare3 
{
	padding: 10px;
  	position: relative;
  	border:#ccc solid 1px;
	background-color:#fff;


}

.gridnews3 a
{
	text-decoration:none;
}


.gridnewssquare3:hover 
{
  	transition: transform 0.3s ease; 
  	transform: scale(1.05); 
  	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	cursor:pointer;
}
.gridnewssquare3 img
{
 	height:100%;
 	width:100%;
	//max-width:100%;
object-fit: cover;


}

.imghe3
{
	height:300px;
}

.gridnewssquare3 div 
{
text-align: center; 
	margin: 20px;


}
.imgsold3
{
filter: blur(5px);
}
._newsname3 
{
	font-size:24px;
	color:#20325a;

}

div._newsname3
{
    margin: 20px;
    text-align: left;
    max-height: 100px;
font-size:16px;
}

