.elementor-23629 .elementor-element.elementor-element-a686836{--display:flex;}/* Start custom CSS for html, class: .elementor-element-faaf6a2 */.fm-custom-hero{

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:60px;

    padding:30px 0 50px;
}

.fm-custom-left{
    width:50%;
}

.fm-script{

    font-size:32px;
    line-height:1.2;

    color:#f2295b;

    font-family:cursive;

    margin-bottom:20px;
}

.fm-script span{
    margin-left:15px;
}

.fm-custom-left h1{

    margin:0;

    max-width:720px;

    color:#162033;

    font-size:68px;
    line-height:1;

    font-weight:800;

    letter-spacing:-2px;
}

.fm-custom-left h1 span{

    display:block;

    color:#f2295b;
}

.fm-custom-text{

    margin-top:25px;

    max-width:620px;

    font-size:20px;
    line-height:1.7;

    color:#5e6574;
}

.fm-custom-benefits{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:45px;
}

.fm-custom-benefit{

    text-align:center;
}

.fm-custom-benefit i{

    display:block;

    margin-bottom:12px;

    font-size:34px;

    color:#f2295b;
}

.fm-custom-benefit span{

    display:block;

    color:#162033;

    font-size:16px;
    font-weight:600;
    line-height:1.4;
}

.fm-custom-right{

    width:50%;

    text-align:center;
}

.fm-custom-right img{

    width:100%;
    max-width:780px;

    height:auto;

    display:block;

    margin:auto;
}

/* Tablet */

@media(max-width:1200px){

    .fm-custom-left h1{
        font-size:70px;
    }

    .fm-custom-text{
        font-size:20px;
    }

}

/* Mobil */

@media(max-width:767px){

    .fm-custom-hero{

        flex-direction:column;

        gap:30px;
    }

    .fm-custom-left,
    .fm-custom-right{
        width:100%;
    }

    .fm-script{
        font-size:24px;
        text-align:center;
    }

    .fm-custom-left h1{

        font-size:48px;

        text-align:center;

        letter-spacing:-1px;
    }

    .fm-custom-text{

        font-size:18px;

        text-align:center;

        max-width:none;
    }

    .fm-custom-benefits{

        grid-template-columns:repeat(2,1fr);

        gap:20px;
    }

}/* End custom CSS */