.top-right-button::before {
    content: "Contact Sara Casarin";
}

@media screen and (max-width: 1200px) {
    .top-right-button::before {
        content: "Contact me";
    }
}