.informations {
	position:relative;
	margin:0 auto;
	width:60%;
	height:auto;
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}

.informations img {
	width:100%;
	height:auto;
}


@media screen and (max-width: 767px){

.informations {
	width:98%;
}

.informations img{
	width:90%:
}}