/**
Theme Name: Ennestudio child
Author: Ennestudio
Author URI: https://ennestudio.net/
Description: Ennestudio child theme
Version: 2.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ennestudio-child
Template: astra
*/


#row-blocks{}
#row-blocks .col-block .fl-col-content.fl-node-content{
    height:100vh;
    max-height: 100vh;
}
#row-blocks .col-block .single-block{}

@media (max-width: 768px) {
    #row-blocks .col-block .fl-col-content.fl-node-content{
        height: calc(100vh/3)
    }
    #row-blocks .col-block h2.uabb-infobox-title{
        margin: 15px 0;
    }
}

@media (max-width: 420px) {
    #row-blocks .col-block h2.uabb-infobox-title{
        margin: 10px 0;
        font-size: 16px;
    }
    .fl-node-yinslhc5rbdq .uabb-image .uabb-photo-img {
        width: 100px;
    }
}
