/* Media */

.content-media{
	padding: 40px 180px;
	background:#EAEAEC;
	color: #444445;

}
.content-media h2{
	font-size: 24px;
	font-family: Satoshi-Bold;
	color: #000;
	line-height: 32px;
	margin-top: 25px;
}

.media-img{
margin-bottom:20px
}

.post-card-tag{
	font-size: 14px;
	color: #DDDDDD;
	margin-top:20px;
}
.post-card-title{
	font-size: 24px;
	color: #D6D6D6;
	margin-bottom:50px;
}
.sl2-sec4-heading-wrap{
	margin: 25px 0px;
}
/* Event */

.evnt-lead{
  display: flex;
  justify-content: flex-start;
}
.led-profile-pic{
  margin-right: 20px;
}
.prf-pic{
	border-radius:50%;	
	height:72px;
 	 width:72px;
}
.horizontal-leader{
  display: flex;
  justify-content: normal;
}

.name-loc{
	margin-right: 220px;
}

/* #head{
  overflow-y: scroll;
} */

#item{
  padding: 15px;
  cursor: pointer;
  border-left: 4px solid #D2D2D2; 
  transition: border-color 0.3s ease;
}

#item:hover,
.item.active {
  border-left: 4px solid #003AE3; /* indicator color */
}
.icon-mini{
	margin-right:20px;
}
.google-img{
	width:102px;
	height:34px;
	
}
.white-paper-wrap{
	padding:15px;
	height: auto;
}
.wt-pape-conn{
	padding:15px;
	margin-bottom:15px;
}
.whit-sub-sont h3{
	font-size:30px;
	font-weight:400;
	
}
.post-card-tag a{
	color: #DDDDDD;
}
.post-card-title a{
	color: #D6D6D6;
} 