/* ############################## */
/*             PHONE              */
/* ############################## */

.phone-box {
    border-radius: 10px;
    background-color: #313131;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.phone-circle {
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    background-color: #d0a134;
    margin-bottom: 15px;
}

.phone-circle i {
    font-size: 200%;
    color: #fff;
}

.phone-box h5 {
    color: #ddd;
    text-transform: uppercase;
    font-size: 90%;
}

.phone-box a:link,
.phone-box a:visited {
    color: #a1a9b3;
    font-size: 130%;
    font-weight: 400;
    text-decoration: none;
}

.phone-box a:hover,
.phone-box a:active { color: #fff; }
