.blog-post2V2{
	justify-content: space-between;
}
.articlesV2{
	 display: flex;
   flex-wrap: wrap;
}

.blog-articles-first, .blog-articles-second{
	
	justify-content: space-between;
	  word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 11px 0 rgb(37 37 37 / 5%);
    display: flex;
    flex-direction: column;
    margin: 0 0 2rem;
    min-width: 0;
    position: relative;
    width: 100%;
}
.blog-articles-second{
	    text-align: center;
}
.blog-image{
	background-repeat: no-repeat;
  height: 200px;
  max-height: 200px;
	background-size: cover;
	border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.artTitle h2{
/*	font-family: HKGroteskPro,serif;*/
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1.4;
	margin-bottom: 0;
}
.artDesc a{
	color: #535862;
/*  font-family: HKGroteskPro,serif;*/
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
.artTitle{
  padding: 16px 24px 0px 24px!important;
}
.artDesc{
	padding: 16px 24px 0px 24px!important;
}
.second-section{display: none;}
#loady{
/*	font-family: HKGroteskPro, serif;*/
  font-size: 21px;
  font-weight: 400;
	color: rgba(43, 187, 173,1.0);
}
.showdata{
	display:block!important;
}
.artTaglist{
	color: #181D27;
/*  font-family: HKGroteskPro,serif;*/
	padding: 16px 24px 0px 24px!important;
}
.artTaglist .tags:last-child .bar {
    display: none;
}
.artDescription{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
}

}
@media only screen and (max-width: 1777px) {
	.blog-post2V2{
	justify-content: normal;
}
}
@media only screen and (max-width: 1055px) {
	.blog-post2V2{
	  justify-content: center;
  }
	.blog-articles-first{
		height: auto!important;
	}
}