/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.related-products .elementor-cta__bg {
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px;
    max-height: 160px;
}

.related-products .elementor-cta__content{
    height: 300px;
    align-items: start;
    align-content: baseline;
    padding: 20px;
}

.related-products.h310 .elementor-cta__content{
    height: 310px;
    align-items: start;
    align-content: baseline;
    padding: 20px;
}
 
.ev-gray-section h2, .ev-section h2{
    font-size: 40px;
    line-height: 43px;
}

.ev-gray-section h3, .ev-section h3{
    font-size: 32px;
    line-height: 36px;
}

.ev-gray-section p, .ev-section p{
    font-size: 17px;
    line-height: 28px;
}

.related-products h4{
    font-size: 19px;
    line-height: 25px;
}

.related-products .elementor-cta__description{
    font-size: 14px;
    line-height: 28px;
}

@media ( max-width: 750px){
    .battery-production-process.elementor-widget-hotspot .elementor-widget-container>img {
        min-width: 1200px;
    }
    .battery-production-process.elementor-widget-hotspot{
        overflow: scroll;
    }

    .ev-target-solution .elementor-cta__description{
        padding: 20px 0;
        height: auto !important;
    }
    .ev-target-solution .elementor-cta__title{
        height: auto !important;
    }
}

