h3
{
    color: #828282 !important;
    font-size: 24px !important;
    font-weight: 500;
}
.about-container{
	color: #747474;
}

.about-header{
    background-color: #f6f6f6;
    padding: 25px;
}

.about-header h2{
	margin: 0;	
}	

.content-header img{
	width:100%;
	height: 170px;
	border-radius: 50%;
}

.footer{
    display: block !important;
}

.card-lg{
    padding: 3rem;
}
.card {
    background: #fff;
   /*  margin-bottom: 2rem; */
}
.text-xxs-center, .hero-block {
    text-align: center;
}
.text-xs{
    font-size: 14px;
}
.text-justify {
    text-align: justify;
}

.m-x-auto, .filter-group>ul {
    margin-right: auto !important;
    margin-left: auto !important;
}
.card-lg li , .card-lg p{
	    line-height: 30px;
}

@media screen and (max-width: 768px) {
		.card-lg{
	    padding: 2rem;
	}
}
