
    :root {
        --header-height: 215px;
        --background-body: #1a242d;

        --main-color: #1a242d;
        --second-color: #1a242d;
        --hover-color: #1a242d;

        --cta-color: #ea5f04;

        --text-color: #1a242d;
        --second-text-color: #ffffff;

        --font-size: 19px;
        --line-height: 26.6px;

        --font-size-mobile: 17px;
        --line-height-mobile: 23.8px;

        --padding-vertical: 55px;
        --padding-horizontal: 30px;

    }

    
            .logo {
        width: 200px !important;
        }
    