/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.31.1772441267
Updated: 2026-03-02 09:47:47

*/

.firmy-hero {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    align-items: start;
    margin: 80px 0;
}

@media (max-width: 768px) {
    .firmy-hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .firmy-hero-left {
        text-align: center;
    }
}

/* .firmy-hero {
    border: 5px solid red !important;
}
.dlouhy-popis {
    border: 5px solid green !important;
} */