.container-cards-phone > h1 {
    padding: 10px;
    color: #fff;
}

.telephones {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.card_element {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 50px 50px 50px;
    background-color: #cf1ff59e;
    margin: 4px;
}

.cards-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding: 10px;
}

.card_title > a {
    text-decoration: none;
    color: #057;
    background-color: #9b2;
    padding: 10px 30px;
    border-radius: 100px;
}