/** May the force of SCSS be with you */
.logo-store a{
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.logo-store a img{ margin: 0 25px 0 50px;
}
.logo-store a span{
    width: 200px; position: relative;
}
.logo-store a span span{
    display: block;
   position: absolute; top:-10px; left: 0;
   padding-left: 25px; background: url(../image/logo2.png) left center no-repeat;
}

@media(max-width: 991px) {
    .logo-store a span{
        font-size: 13px;
        left: 0;
        bottom: -9px;
    }
}
@media(max-width: 570px) {
    .logo-store a span{
        font-size: 10px;
    }
}
@media(max-width: 480px) {
    .logo-store a span{
        font-size: 8px;
    }
}
