.logo-mod {
    display: block;
    width: 290px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.logo-mod .logo-pad {
    width: 60%;
    height: 100%;
    position: relative;
    left: 30%;
    right: 10%;
    display: flex;
}

.logo-mod img {
    height: 100%;
}

.logo-mod .logo-text {
    padding-left: 12px;
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-mod .logo-text span {
    font-size: 16px;
    font-weight: 900;
    line-height: initial;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.logo-mod .logo-text span.space-out {
    width: 100%;
    display: flex;
    justify-content: space-between;
}