.hvn-article-container .blockquote-heading p {
    font-size: 0.8125rem;
	line-height: 1.4;
	color: #6C696A
}
.hvn-article-container  h1{
	color: #231F20;
	text-transform: none;
	font-weight: normal;
}
.hvn-article-container picture {
	text-align: center;
}
.hvn-article-container h3 {
	display: block;
    color: #231F20;
    font-weight: bold;
    font-size: 0.8125rem;
}
.hvn-article-container .experience-layouts-sociallinkslayout .article-list {
	display: flex;
    align-items: center;
    justify-content: center;
}
.hvn-article-container .experience-layouts-sociallinkslayout .social-link{
	margin: 0 20px;
}
.detail-layout {
	max-width: 920px;
    margin: 80px auto 0;
}
.detail-layout .experience-assets-textline p {
	color: inherit;
	font-size: inherit;
	line-height: 1.5;
}
.detail-layout .experience-assets-textline h3,
.detail-layout .experience-assets-textline h4,
.detail-layout .experience-assets-textline h5,
.detail-layout .experience-assets-textline h6 {
	color:#231F20;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: "montserratsemibold";
}
.detail-layout .experience-assets-textline p {
	margin-bottom: 0;
}
.detail-layout .textline h1,
.detail-layout .textline h2,
.detail-layout .textline h3,
.detail-layout .textline h4,
.detail-layout .textline h5,
.detail-layout .textline h6{
	font-size: inherit;
}
.detail-layout .textline {
	margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
	.experience-assets-2colBanner {
		margin: 0 0 54px;
	}
	.detail-layout .textline {
		margin-bottom: 50px;
	}
	.detail-layout .experience-assets-textline h3,
	.detail-layout .experience-assets-textline h4,
	.detail-layout .experience-assets-textline h5,
	.detail-layout .experience-assets-textline h6 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 991px) {
	.detail-layout {
		padding: 0 8px;
		margin-top: 40px;
	}
	.detail-layout .textline.main-heading {
		font-size: 26px !important;
	}
	.detail-layout .textline.main-peragraph {
		font-size: 16px !important;
		margin-bottom: 20px;
	}
	.detail-layout .textline.main-peragrap p { display: inline;}
	.experience-assets-2colBanner {
		margin-bottom: 20px;
	}
	.detail-layout .experience-assets-textline h3,
	.detail-layout .experience-assets-textline h4,
	.detail-layout .experience-assets-textline h5,
	.detail-layout .experience-assets-textline h6 {
		font-size: 12px;	
	}
	.detail-layout .textline {
		font-size: 14px !important;
		margin-bottom: 20px;
	}
	.detail-layout .col-md-6 {
		flex: 0 0 50%;
	    max-width: 50%;
	    padding: 0 5px;
	}
}