h1{
	display: block;
	position: relative;
	font-size: 35px;
	margin: 90px 0 70px 8%;
	width: 20%;
	color: rgb(60, 60, 60);
}

.what-we-do{
	height: 250px;
}

.what-we-do .column{
	float: left;
    width: 28%;
    padding: 1%;
}

.what-we-do .column:first-of-type{
	padding-left: 8%;
}

.what-we-do .tittle{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: rgb(60, 60, 60);
	margin: 20px 0 20px 0;
}

.what-we-do p{
	font-size: 16px;
	font-family: Poppins-light;
	color: rgb(140, 140, 140);
}