@media screen and (min-width:1000px) {
    #comp-ecs {
        position: relative;top: -54px;left: 30px;color:#151e2d;
    }
}

@media screen and (min-width: 120px) and (max-width: 1000px) {
    #comp-ecs {
        position: relative;
    bottom: -9%;
    left: -2%;
    color:#151e2d;
    }
}