#hero.resource a:not(.elementor-button):hover, #hero.resource a:not(.elementor-button):active, #hero.resource a:not(.elementor-button):focus {
    color: #f3f3f3;
}

#hero.resource a:not(.elementor-button)::before, #hero.resource a:not(.elementor-button)::after {
    content:none;
}

#hero.resource .elementor-widget-button {
    display: inline-block;
    max-width: 200px;
}

#hero.resource .elementor-widget-button a.elementor-button {
    width:220px;
}

#hero.resource a.elementor-button i.resource {
    font-family:FontAwesome;
    font-style:normal;
    font-weight:600;
}
#hero.resource a.elementor-button i.resource.fa-apple::before {
    content:'\f114';
}

#hero.resource a.elementor-button i.resource.fa-microsoft::before {
    content:'\f33a';
}


/*-----------------------------------------
MOBILES 767 (iPad) and all widths below this
-----------------------------------------*/
@media only screen and (max-width: 767px) {

    
    #hero.resource .elementor-widget-button {
        display: block;
        max-width: 100%;
    }


}