.about-us{
    width: 100%;
}

.section-about-us{
    max-width: 1248px;
    padding: 50px;
    margin-bottom: 50px;
}

@media(max-width:768px){
	.section-about-us{
		padding:30px;
	}
}

@media(max-width:768px){
	.img-termes
    {
		height:173px;
		width: 100px;
    }
}

@media(min-width:992px){
	.termes-guy{
		vertical-align: middle;
		text-align:center;
		display: table-cell;
		height:600px;
	}
}