/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media (max-width: 767px) !important {
    .inb-hero-button.inline-flex {
        display: inline-block !important;
        text-align: center;
    }
}
.inb-bg-card:before {
    background: rgb(0 0 0 / 27%) !important;
/***************************************/