:root {
    --color-default: #3f63a2;
    --color-support1: #565294;
    --color-default-lite: #ffa1a1;
    --color-white: #ffffff;
    --color-ev4gh-gray: #dcdcdc;

    --color-one: #e9632e;
    --color-two: #0eb4db;
    --color-three: #694b9f;
    --color-four: #096167;
    --color-six: #ceeefd;
}

/* Font and text */
:root {
    --card-title-default: 22px;
    --card-text-default: 18px;
}

a{
    text-decoration: none;
}

/* -----------------------
Color
-------------------------- */

.ev4gh-bg-1 {
    background: #e40000;
}

/* -----------------------
Title / Text / Paragraph / Font
-------------------------- */

.section-title-1 h1 {
    font-size: 1.8em;
    font-weight: 600;
    display: block;
    line-height: 120%;
}

p.ev4gh-section-text-para {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}



