.header-home {
    display          : flex;
    flex-direction   : row;
    /* height        : 507px; */

    @media (max-width: 599px) {
        height: 120px;
    }

    @media (min-width: 1448px) and (max-width: 1710px) {
        height: 415px;
    }

    @media (min-width: 1020px) and (max-width: 1447.00px) {
        height: 350px;
    }

    @media (min-width: 600px) and (max-width: 1020px) {
        height: 260px;
    }
}



.header-content-home {
    display     : block;
    position    : absolute;
    color       : #ffffff;
    padding-left: 80px;
    margin-top  : 8.5%;
    text-align  : center;
}

h2 {
    font-family       : Arial;
    text-decoration   : none;
    line-height       : clamp(5px, 4vw, 48px);
    font-weight       : 300;
    font-size         : clamp(25px, 3vw, 40px);
    /* text-shadow    : 5px 5px 15px black; */
}

h3 {
    font-family       : Arial;
    text-decoration   : none;
    line-height       : clamp(5px, 2.5vw, 24x);
    font-weight       : 300;
    font-size         : clamp(11px, 2vw, 24px);
    /* text-shadow    : 5px 5px 15px black; */
}


strong {
    font-family   : Verdana, Geneva, Tahoma, sans-serif;
    line-height   : clamp(5px, 4vw, 48px);
    font-size     : clamp(25px, 3vw, 40px);
    text-align    : left;
    letter-spacing: 0px;
    font-weight   : 700;
}

@media (max-width: 599px) {

    .hidden-header {
        display: none;
    }

    .header-content-home {
        display     : block;
        position    : absolute;
        color       : #ffffff;
        padding-left: 3.5%;
        margin-top  : 8.5%;
        text-align  : center;
    }

    h2 {
        font-family       : Arial;
        text-decoration   : none;
        line-height       : clamp(5px, 4vw, 48px);
        font-weight       : 300;
        font-size         : clamp(5px, 3vw, 20px);
        /* text-shadow    : 5px 5px 15px black; */
    }

    h3 {
        font-family       : Arial;
        text-decoration   : none;
        line-height       : clamp(5px, 2.5vw, 24x);
        font-weight       : 300;
        font-size         : clamp(5px, 3vw, 10px);
        /* text-shadow    : 5px 5px 15px black; */
    }

    strong {
        font-family   : Verdana, Geneva, Tahoma, sans-serif;
        line-height   : clamp(5px, 4vw, 48px);
        font-size     : clamp(5px, 3vw, 20px);
        text-align    : left;
        letter-spacing: 0px;
        font-weight   : 700;
    }

}