 .phoneNumber .tel-tit {
        width: 120px;
        height: 26px;
        background-color: #e4f1fd;
        color: #f5400f;
        line-height: 26px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        margin: 24px 0;
    }

 .phoneNumber .tel-con {
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 24px;
}
 .phoneNumber .tel-con a {
     color: #000000;
     text-decoration: none;
     padding: 0 12px;
 }
 .phoneNumber .tel-con a:hover{
     color: red;
     text-decoration: underline;
 }