section.legal{
	padding: 120px 0 100px;
}
section.legal .body{
	font-size: 16px;
   	line-height: 1.7;
    	overflow: hidden;
    	position: relative;
}
section.legal .body p{
	margin-top: 20px;
}
section.legal .body *{
	max-width:100% !important;
}
@media screen and (max-width:1640px){
	section.legal{
		padding: 60px 40px;
	}
}

@media screen and (max-width:767px){
	section.legal{
		padding: 60px 20px;
	}
}