.news-img-container{
	 
	height: 147px;
	border-radius: 2px;
	 
}
.news-img{
	width: 100%;
	height: 100%!important;
	object-fit: cover;
}
.view-all-button-container{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px;
}
.view-all-button{
	outline: none;
	background-color: transparent;
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #3d405b;
}
.post-title-text{
	font-family: neuzeit-grotesk;
	color: #3d405b;
}
.latest-news-head{
	font-family: neuzeit-grotesk;
	color: #3d405b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}



.honoury_name{
	font-family: neuzeit-grotesk;
	line-height: 80%;
	color: #3d405b;
}
.zeropadding{
	padding: 0px;
	margin: 0px;
}
.honoury_container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 5px;
	 
 
}
.honoury_container_inner{
 
	width: 100%;
}
.container_outer{
	 
	height: 180px;
}
.honoury_image{
	height: 140px!important;
	width:99.5%;
	object-fit: cover;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;

}
.honoury_image:hover{
	height: 142px!important;
	width:100%;
}
.accordion {
	
	border: none;
	border-color: #3d405b75;;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: transparent;
	font-weight: 700;
	color: #3d405b;
	font-family: neuzeit-grotesk;
	cursor: pointer;
	padding: 18px;
	width: 100%; 
	text-align: left;
	outline: none;
 
 
 
  }
  .accordion:focus { outline: none; }
  .accordion:hover {
	background-color: #ccc;
  }
  
  .accordion:after {
	content: '\002B';
	color: #3d405b;
	font-weight: 700;
	float: right;
	margin-left: 5px;
  }
  
  .accordion.active:after {
	content: "\2212";
  }
  
  .panel {
	padding: 0 18px;
	 
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }

@media only screen and (max-width: 470px) {
	.honoury_image{
		height: 120px!important;
	
	}
	.honoury_image:hover{
		height: 122px!important;
		width:100%;
	}
	 
}

a{
    text-decoration: none;
    
}
a:hover{
    text-decoration: none!important;
}