#footer .footer__phone {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    #footer .footer__phone {
        color: #fff;
        font-size: 3.0vw;
        margin-bottom: 10px;
    }
}