#cheil #hero {
    height: 810px;
    background-image: url(../assets/img/heroKV.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    padding-left: 25px;
}

#cheil #hero .hero-content {
    display: flex;
    height: 810px;
    align-items: center;
}

#cheil #hero .pageTitle {
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 0 auto;
    text-align: left;
}

#cheil #hero .buttons {
    margin-top: 30px;
}

#cheil #hero .cta:not(:last-child) {
    margin-right: 20px;
}

#cheil #hero .cta.white.mobile {
    display: none;
}

@media(max-width: 1200px) {
    #cheil #hero .pageTitle {
        font-size: 5vw;
        line-height: 1.1;
    }
}

@media(max-width: 768px) {
    #cheil #hero {
        height: 655px;
        background-image: url(../assets/img/mobileKV.png);
    }

    #cheil #hero .hero-content {
        align-items: flex-start;
        justify-content: center;
    }

    #cheil #hero .pageTitle {
        font-size: 40px;
        line-height: 52px;
        padding-top: 45px;
        padding-left: 0;
        text-align: center;
    }

    #cheil #hero .buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    #cheil #hero .buttons .cta {
        margin-right: 0;
        text-align: center;
    }

    #cheil #hero .cta.white {
        display: none;
    }

    #cheil #hero .cta.white.mobile {
        display: inline-block;
    }

}

@media(max-width: 425px) {
    #cheil #hero .pageTitle {
        font-size: 9vw;
        line-height: 1.1;
    }
}