.copy__heart {
	margin-right: 20px;
}
.footer-copy__heart {
    display: inline-block;
    width: 24px;
    color: #ff63b7;
    vertical-align: text-top;
    font-size: 18px;
    text-align: center;
    -webkit-animation: 1s pulse infinite alternate;
    animation: 1s pulse infinite alternate;
    margin-top: -8px;
}
.copy__heart a, .footer-copy__heart {
	color: #62C8CD;
}
