footer {
    background: #f1f1f1;
    padding: 15px;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    min-height: 105px;
    position: relative;
}
footer img {
    max-width: 100px;
}
footer a {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer-text {
    flex: 1;
    margin-bottom: 0;
}