@media screen and (max-width: 800px) {
    .property-button--desktop  {
        display: none;
    }
    
}

@media screen and (min-width: 801px) {
    .property-button--mobile  {
        display: none;
    }
    
}