.hero h2 {
    font-family: 'Neue Machina';
    src: url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* modern browser support */
        url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* older browser support */
    ;
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -4px;
    text-align: left;


}

.hero p {
    font-family: 'Neue Machina';
    src: url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* modern browser support */
        url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* older browser support */
    ;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;

}

.hero {
    font-family: 'Neue Machina';
    src: url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* modern browser support */
        url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* older browser support */
    ;
}

.about, .Howitworks, .pricing , .cards, .FAQs, .footer{
    margin-top: 120px;
    font-family: 'Neue Machina';
    src: url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* modern browser support */
        url('../Fonts/NeueMachina-Light.otf') format('otf'),
        /* older browser support */
    ;
}

.about h2, .Howitworks h2,  .pricing h2 , .cards h2 ,.FAQs h2, .footer h2{
    font-family: Neue Machina;
    font-size: 60px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -3px;
    

}

.cards img{
    height: 20px;
}

.card{
    height: 500px!important;
   
}

.footer input::-webkit-input-placeholder {
    color: white;
}