.br-on-mobile {
    display: none !important;
}

.show-buttons-on-web {
    display: block !important;
}

.show-buttons-on-mobile {
    display: none !important;
}

.show-header-image-on-web {
    display: block !important;
}

.show-header-image-on-mobile {
    display: none !important;
}

.show-feature-image-on-web {
    display: block !important;
}

.show-feature-image-on-mobile {
    display: none !important;
}

@media (max-width: 900px) {
    .show-feature-image-on-web {
        display: none !important;
    }
    .show-feature-image-on-mobile {
        display: block !important;
    }
    .show-buttons-on-web {
        display: none !important;
    }
    .show-buttons-on-mobile {
        display: flex !important;
    }
}

@media (max-width: 800px) {
    .show-header-image-on-web {
        display: none !important;
    }
    .show-header-image-on-mobile {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .br-on-mobile {
        display: block !important;
    }
}