@charset "UTF-8";

#top_contact + div .content_wrapper a:nth-child(3){
    pointer-events: none;
}
@media screen and (min-width: 900px){
#top_contact + div .content_wrapper a:nth-child(2){
    pointer-events: none;
}
}