.page_single{
	padding: 50px 0;
}

.content h1{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;

	text-transform: uppercase;
	color: var(--cl2);
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid var(--cl2);

	font-size: 28px;
}

.content h2{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	color: var(--cl2);

	border-bottom: 1px solid var(--cl2);
	padding-bottom: 10px;
	font-size: 22px;
}
.content h3{
	font-weight: bold;
	color: var(--cl2);

	border-bottom: 1px solid #b8c9d4;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-decoration: none!important;
	position: relative;

	font-size: 20px;
}
.content h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--cl2); 
}
.content h4{
	font-size: 18px;
}

.content .date{
	margin-bottom: 20px;
	font-size: 13px;
	color: #565656;
}

@media only screen and (max-width: 991px){
	.page_single {
		padding: 30px 0;
	}
}
@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){
	
}
