/* Hide the SRP button with title "Speak to an expert" on desktop */
@media (min-width: 769px) {
    a[class^="VehicleCardCta-module-scss-module__"][class$="__customCta"] {
        display: none !important;
    }
}