.about-us-top p{font-size: 18px; margin-top: 30px;}
.about-us-boxes .row{margin-bottom: 35px;}
.about-us-boxes .card .card-footer{
	background-color:transparent;
	border: none;
	padding-bottom:40px;
}
.about-us-boxes .card .card-body{
	padding-bottom: 0;
}
.about-us-boxes .card a{text-transform: uppercase;}
.about-us-boxes .card .social-about-us li a{
	color: #4b626d;
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.about-us-boxes .row{
		margin-bottom: 0;
	}
	.about-us-boxes .col-md-4{margin-bottom: 25px;}
	.about-us-boxes .col-md-4 .h-100{
		height: auto !important; 
	}
}
/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
	.about-us-top p{font-size: 16px;}
	.about-us-top h4{font-size: 15px;}	
}
