
    :root {
        --header-height: 215px;
        --background-body: #0c1321;

        --main-color: #0c1321;
        --second-color: #0c1321;
        --hover-color: #0c1321;

        --cta-color: #f39449;

        --text-color: #0c1321;
        --second-text-color: #ffffff;

        --font-size: 20px;
        --line-height: 32px;

        --font-size-mobile: 18px;
        --line-height-mobile: 27px;

        --padding-vertical: 60px;
        --padding-horizontal: 30px;

    }

    
            .logo {
        width: 225px !important;
        }
    