/* Contact */

#sent_contact {
	margin-top: 2em;
}
#contact_sent h4 {
    margin-bottom: 2.5em;
    font-size: 1.15em;
	font-weight: 500;
    line-height: 1.85em;
    text-align: center;
}
#sent_contact {
    text-align: center;
}
#sent_contact li {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 500;
}
#sent_contact li:not(:last-of-type) {
    margin-right: 2em;
}
#contact_sent .button {
    margin-top: 3em;
    text-align: center;
}