.short-contact-block > * {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text);
    position: relative;
    padding-left: 2rem
}
.short-contact-block > *:not(:last-child) {
    margin-bottom: 1rem
}
.short-contact-block > *:before {
    content:'';
    position: absolute;
    top: 2px;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-size: 1.25rem;
    background-repeat: no-repeat;
}
.footer-address:before {
    background-image: url('../../../../inc/assets/images/location.svg');
}
.footer-phone:before {
    background-image: url('../../../../inc/assets/images/telefon.svg');
}
.footer-email:before {
    background-image: url('../../../../inc/assets/images/mail.svg');
}
