#header-subContainer {
    background-image: url("../assets/header.png");
    border-radius: 12px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (max-width: 430px) {
    /* mobile version */
    #header-subContainer h1 {
        font-size: calc(1.375rem + 5.5vw) !important;
    }
}

#header-Title-description {
    max-width: 500px;
    padding: 20px;
    padding-right: 0px;
}

#header-illustration {
    max-width: 525px;
}

@media (max-width: 1200px) {

	#header-illustration {
        max-width: calc(1.375rem + 33.5vw);
    }
}

@media (max-width: 900px) {

    #header-illustration {
        max-width: calc(1.375rem + 56.5vw);
    }	
}


@media (max-width: 430px) {
    /* mobile version */

    #header-illustration {
        max-width: calc(1.375rem + 73.5vw);
    }	

    #header-Title-description {
        padding: 11px;
    }

    
}

#headerEmail {
    max-width: 244px;
    border: 1px;
    border-style: solid !important;
}

#headerEmailDescription {
    margin-top: -12px;
}