.achievement img {
	margin: 5px;
	width: 100%;
    height: 10rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 991px) {
	.achievement img {
		height: 15rem;
	}
}

.achievement img:hover {
	transform: scale(1.1);	
}

.achiv-title:after{

}
.p-relative{ position:relative; }
.c-pointer{ cursor:pointer; }

.aboutUs ul li{padding-bottom:10px;}
.aboutUs ul li h2, h2{ margin-bottom:0; }
.last-para{font-style:italic;}

.aboutUs h2{
	font-family: "Jost", sans-serif;
	font-size: 1.25rem;
}
.text-justify{ text-align:justify !important; }
.achievement .col-12{ padding-left:0; }