@media (max-width: 1709px)
{
    .headerContent-left img{

        right: 150px;
    }
}
@media (max-width: 1597px)
{
    .headerContent-left img{

        right: 250px;
    }
}



@media (max-width: 860px)
{
    .navLinks{
        display: none;
    }
    .headerContent{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .headerContent-left{
        width: 100%;
        /* height: 500px; */
        /* background-size: 100%;
        background-position-x: 0px;
        background-position-y: -30px; */

    }
    .headerContent-left img{

        width: 1200px;
        height: 700px;
        left: -230px;
        top: -100px;
        right: 0;
        bottom: 0;
    }
    .headerContent-right{
        width: 80%;

    }
}
@media (max-width: 678px)
{
    .headerContent-left img{

        width: 1100px;
        height: 600px;
        left: -220px;
        top: -60px;
        right: 0;
        bottom: 0;
    }
}
@media (max-width: 623px)
{
    .headerContent-left img{

        width: 1000px;
        height: 600px;
        left: -200px;
        top: -60px;
        right: 0;
        bottom: 0;
    }
}