.footer-desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-desktop .footer__phone {
    display: flex;
    column-gap: 15px;
    row-gap: 5px;
    flex-wrap: wrap;
}

.footer-desktop .footer__phone .footer__phone-link {
    display: flex;
    flex-direction: column;
    width: 190px;
    justify-content: end;
}

.footer-desktop .footer__phone .footer__phone-link .footer__phone-img {
    display: inline-block;
    background-image: url('/local/static/build/img/svg/callme 2.svg');
    height: 13px;
    width: 12px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-desktop .footer__phone .footer__phone-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.footer-desktop .footer__phone .footer__phone-link a:hover,
.footer-desktop .footer__phone .footer__phone-link a:active {
    color: #bdbdbd;
}
.footer-desktop .footer__phone .footer__phone-callme {
    font-size: 13px;
    color: rgb(255, 255, 255, 0.8);
}

.footer-desktop .footer__phone .footer__phone-phone-title {
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
    line-height: 15px;
    font-size: 14px;
    margin-top: -3px;
    margin-left: 17px;
}

@media (min-width: 851px) and (max-width: 1310px) {
    .footer-desktop .footer__phone .footer__phone-link a {
        font-size: 14px;
    }

    .footer-desktop .footer__phone .footer__phone-phone-title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .footer-desktop .footer__phone .footer__phone-link a {
        font-size: 14px;
    }

    .footer-desktop .footer__phone .footer__phone-phone-title {
        font-size: 13px;
    }
}