/** @version 4.0.2  **/
.related-network {
	padding: 0;
	margin-bottom: 20px;
  }
  
  .related-network h4 {
	font-size: 20px !important;
	font-weight: 700;
	padding: 10px 0 10px 0 !important;
	margin: 0;
	color: #494949 !important;
	border-bottom: 1px solid #E2E8F2;
	margin-bottom: 16px;
  }
  
  .related-network__post-list {
	display: grid;
	grid-template-columns: 1fr;
  
	gap: 1rem;
  }
  
  .related-network__post-list__item {
	margin-bottom: .5rem;
  }
  
  .related-network__post-list__item__thumbnail {
	display: block;
  }
  
  .related-network__post-list__item__thumbnail img {
	height: 150px !important;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0 !important;
  }
  
  @media screen and ( min-width: 768px ) {
  
	.related-network__post-list {
	  grid-template-columns: repeat(3, 1fr);
	}
  
	.related-network__post-list__item__thumbnail img {
	  height: 130px !important;
	}
  }
  
  .related-network__post-list__item h5 {
	line-height: 21px !important;
	font-size: 18px !important;
	color: #333 !important;
	padding-top: 0 !important;
	font-weight: 800 !important;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  }
  
  .related-network__post-list__item a:hover h5 {
	text-decoration: underline !important;
  }
  
  .related-network__post-list__item__post-info__entry-meta {
	color: #328BD7 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
  }
  
  .related-network__post-list__item__post-info {
	margin-top: 10px;
  }
  
