/*.callcenter {
    padding: 0 0;
    margin: 30px 0 50px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.callcenter > span {
    font-size: inherit;
    line-height: inherit;
}
.callcenter a {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    color: #0c6da9;
    transition: all 0.2s linear;
}
.callcenter a:hover {
    color: #48a1d9;
    transition: all 0.2s linear;
}*/