.lg-res{
    padding-left: 50px;
}

@media only screen and (max-width: 679px ) {
    .lg-res{
        padding-left: 10px;
    }
}