/**
Theme Name: Genuino Cloud (based on Astra)
Author: Joaquin Gonzalez
Author URI: https://gilkudik.com
Description: This is a child theme based on Astra including all the things needed for the Genuino Cloud website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genuino-cloud-based-on-astra
Template: astra
*/

.entry-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.14em;
}

.widget-mobile-header {
    display: none;
}

@media (max-width: 921px) {
    .widget-mobile-header {
        display: block;
    }
}