.header-logo img {
    width: 300px ;
    height: auto;
}


@media only screen and (max-width: 701px) {
    .header-logo img {
        position: relative;
        left: -44px;
        width: 250px;
        height: auto;
    }
}



@media only screen and (max-width: 600px) {
    .header-logo img {
        position: relative;
        left: -44px;
        width: 200px;
        height: auto;
    }
}

