.telspan {
text-decoration:none;
color:#fff;
cursor:pointer;
    z-index: 8;
    height: auto;
        font-size: 10px;
    font-family: 'Custom', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    -webkit-text-size-adjust: 100%;
        line-height: 10px;

    
}
.telspan:hover {
color:#fff;
}

.telspan2 {
text-decoration:none;
cursor:pointer;
    color: #edebe1;
    font-size: 74px;
    font-family: 'Custom', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 800;
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

    
}
.telspan2:hover {
color:#fff;
}
