.about {
	padding-top: 100px;
}

.about h2,
.about .table .services .column:first-child,
.team .member span.title {
	color: var(--third-color);
}

.about p:last-child {
	margin-bottom: 0;
}

.about .info {
	width: 50%;
	margin-bottom: 70px;
	display: block;
	float: left;
}

.about .info .column:first-child,
.about .table > .row > .column:first-child {
	width: 32%;
}

.about .info .column:last-child,
.about .table > .row > .column:last-child {
	width: 68%;
}

.about .column,
.about .info2 {
	width: 50%;
	float: left;
	padding-right: var(--main-padding-space);
}

.about .secondaryInfo,
.about .team,
.about .clients,
.about .row {
	width: 100%;
	float: left;
}


.about .info2 {
	padding-left: 16%;
}

.about .info .column:last-child,
.about .info2 {
	padding-right: var(--label-width);
}

.about .table {
	float: left;
	width: 50%;
}

.about .table .services {
	margin-bottom: 70px;
}

.about .table .awards {
	margin-bottom: 30px;
}

.team,
.clients {
	margin-top: 110px;
}

.team h2 {
	margin-bottom: 30px;
}

.team .list,
.clients .list {
	display: grid;
	-webkit-grid-gap: var(--main-padding-space);
	grid-gap: var(--main-padding-space);
	-webkit-grid-template-columns: repeat(4, 1fr);
	grid-template-columns: repeat(4, 1fr);
	overflow: visible;
}

.clients .list {
	-webkit-grid-template-columns: repeat(5, 1fr);
	grid-template-columns: repeat(5, 1fr);
	-webkit-grid-gap: 60px;
	grid-gap: 60px;
	margin-bottom: 200px;
}

.team .member,
.clients .list img {
	-webkit-grid-column: span 1;
	grid-column: span 1;
}

.team .member picture,
.team .member .pictureContainer {
	width: 100%;
	display: block;
}

.team .member .pictureContainer {
	margin-bottom: var(--main-padding-space);
}

.team .member picture img {
	width: 100%;
	height: auto;
	display: block;
}

.team .member span {
	width: 100%;
	display: block;
}

.clients > * {
	float: left;
}

.clients h2 {
	width: 160px;
}

.clients .list {
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
}

@media only screen and (max-width: 1920px) {
	.clients .list {
		-webkit-grid-template-columns: repeat(4, 1fr);
		grid-template-columns: repeat(4, 1fr);
		-webkit-grid-gap: 60px;
		grid-gap: 60px;
	}
}

@media only screen and (max-width: 1490px) {
	.clients .list {
		-webkit-grid-gap: 0;
		grid-gap: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.clients .list {
		width: 100%;
		clear: both;
	}
}

@media only screen and (max-width: 768px) {
	.about .info,
	.about .info .column,
	.about .info2 {
		width: 100% !important;
	}

	.about .info .column:first-child {
		margin-bottom: var(--main-padding-space);
	}

	.about .column {
		padding: 0 !important;
	}

	.about .info,
	.about .table .services,
	.about .table .awards,
	.about .table .lectures {
		margin-bottom: 30px;
	}

	.about .info2 {
		padding: 0;
		margin-bottom: 80px;
	}

	.about .table,
	.about .table .column .column {
		width: 100%;
	}

	.about .table > .row > .column:first-child {
		width: var(--label-width);
	}

	.about .table > .row > .column:last-child {
		width: -webkit-calc(100% - var(--label-width));
		width: calc(100% - var(--label-width));
	}

	.about .table .column .row {
		margin-bottom: 20px;
		display: block;
	}

	.team {
		margin-top: 40px;
	}

	.clients {
		margin-top: 80px;	
	}

	.team .list,
	.clients .list {
		display: block;
	}

	.team h2 {
		margin-bottom: var(--main-padding-space);
	}

	.team .member {
		width: 100%;
		margin-bottom: 40px;
	}

	.clients h2 {
		width: var(--label-width);
	}

	.clients .list {
		display: grid;
		-webkit-grid-template-columns: repeat(3,1fr);
    	grid-template-columns: repeat(3,1fr);
		margin-bottom: 0;
	}

	.clients .list img {
		float: left;
		width: 100%;
		max-width: 200px;
	}
}

@media only screen and (max-width: 550px) {
	.clients .list {
		display: grid;
		-webkit-grid-template-columns: repeat(3,1fr);
    	grid-template-columns: repeat(3,1fr);
		margin-bottom: 0;
	}

	.clients .list img {
		
	}
}