.library-name a {
    position: relative;
    padding-left: 60px;
}

.library-name a::before {
    content: '';
    background: url("../images/mapsindoors-white-logo.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -18px;
    left: 0px;
}