.elementor-18 .elementor-element.elementor-element-2d3cea1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-2d3cea1{--margin-top:22px;--margin-bottom:8px;--margin-left:8px;--margin-right:8px;}.elementor-18 .elementor-element.elementor-element-5a6139d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for container, class: .elementor-element-2d3cea1 *//* ===================================
   HERO SECTION MOBILE FIX
=================================== */

/* Desktop */
.hero-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Tablet & Mobile */
@media only screen and (max-width:1024px){

    .hero-container{
        flex-direction:column !important;
        align-items:center !important;
    }

    .hero-content{
        order:1 !important;
        width:100% !important;
        max-width:100% !important;
        text-align:center !important;
    }

    .hero-visual{
        order:2 !important;
        width:100% !important;
        max-width:100% !important;
        margin-top:25px !important;
        display:flex !important;
        justify-content:center !important;
    }

    .hero-visual img,
    .hero-image{
        width:100% !important;
        max-width:550px !important;
        height:auto !important;
        display:block !important;
    }
}

/* Small Mobile */
@media only screen and (max-width:767px){

    .hero{
        overflow:hidden;
    }

    .hero-container{
        padding:40px 20px !important;
    }

    .hero-content{
        margin-bottom:15px !important;
    }

    .hero-visual{
        margin-top:15px !important;
    }

    .hero-visual img,
    .hero-image{
        width:100% !important;
        max-width:100% !important;
        height:auto !important;
        border-radius:16px !important;
    }
}/* End custom CSS */