.whatsapp {
	background-color:#25D366;
	margin-top: 1em;
	padding: 1em 1em 1em 3.5em;
	color: #fff !important;
	position: relative;
	display: inline-block;
}
.whatsapp::before {
	content: "\f232";
	font-family: "Font Awesome 5 Brands";
	color: #fff;
	position: absolute;
    left: 0.5em;
    top: 0.2em;
    font-weight: 700;
    font-size: 2em;
}



