.footer-tel {
    color:color(srgb 0.0045 0.9195 1);
}
.footer-tel:hover {
    color:white;
}

.social-links {
    max-width: 100%!important;
    width: 100%;
    padding-left: 0!important;
    display: flex;
    flex-direction: row;
    flex-basis: fit-content;
    justify-content: flex-start;
    /* justify-items: flex-start; */
}

.social-links__link {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0;
    transition-property: opacity;
    transition-duration: 250ms;
}