.about img{
	margin-top: -5rem;
}
.about .name{
	color: var(--heading-color);
	font-weight: 700;
	font-size: 1.8rem;
	margin-top: 2rem;
}
.about .about-brand-2{
	padding: 8rem 7rem;
	background-color: var(--white-color);
	border-bottom: 0;
}
.about .about-brand-2 .box i,
.about .about-brand-2 .box h4{
	color: var(--font-color);
	font-weight: 500;
}
.about .box .date{
	width: 80%;
} 
.about .latest-news{
	background-color: transparent;
}