@@ -126,16 +126,6 @@ const StyledButton = styled(Button)`
font-weight: 700;
font-size: 16px;
}
-
- @media only screen and (max-width: 768px) {
- &:first-of-type {
- pointer-events: none;
- div {
- content: "Incompatible Device";
- }
`;
const StyledFeaturesSection = styled.section`