#mailtous {
width: 100%;
margin: 2rem 0;
text-align: center;
}
#mailtous a {
display: block;
background: #f9f9f9;
width: 32rem;
margin: 3rem auto;
padding: 1rem 0;
border: 1px solid #666;
border-radius: 5px;
color: #000;
font-size: 2.5rem;
font-weight: 300;
}
#mailtous a:hover {
text-decoration: none;
background: rgba(238,120,54,.2);
}
#mailtous a:before {
font-size: 4rem;
font-family: 'Material Icons Round';
content: '\e0e1';
display: inline-flex !important;
align-items: center !important;
vertical-align: -11px !important;
}
@media screen and (max-width: 767px) {
#mailtous a {
width: 90%;
padding: 2rem 1rem;
}
}