/*@media screen and (max-width: 1669px){
	.about{
		padding-bottom: 50px;
		max-width: 80%;
	}
}

@media screen and (max-width: 750px){
	.clients{
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1440px){
	.clients{
	float: none;
    margin-right:0;
    width:300px;
	}

	.experience{
		padding-bottom: 40px;
		font-size: 15px;
		float: left;
	}
}*/

@media screen and (max-width: 1390px) {
   .about { 
    float: none;
    margin-right:0;
    width:auto;
  }
}

@media screen and (max-width: 684px){
	.clients{
		padding-bottom: 30px;
		float: none;
	    margin-right:0;
	    width:auto;
	}
	.experience{
		padding-bottom: 30px;
	}
	.press{
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 550px){
	.about, .clients, .experience, .press, .update{
		font-size: 16px;
		line-height: 21px;
	}
}

/*@media screen and (max-width: 440px){
	.about, .clients, .experience{
		font-size: 12px;
		line-height: 16px;
	}
}*/