.quotation{
    width: 100%;
    background-color: #EDF6F9;

}

.quotation2{
    width: 100%;
    background-color: #EDF6F9;

}

.section-quotation{
    max-width: 1248px;
    padding: 50px;

}

.section-quotation2{
    max-width: 840px;
    padding: 50px;
}

@media(max-width:768px){
    .section-quotation{
        padding:20px;
        padding-top:50px;
	}
}


.text-p{
    color: #0070CD;
}

.button-send{
	color: #FFFFFF;
	background-color: #0070CD;
}

.button-send:hover{
background-color: #00ADF9;	
}
