.contact__icon {
     height: 80px;
     width: 80px;
     background-color: #009ddc;
 }

.contact__icon *{
    color: #fff;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: center;
    display: block;
    font-size: 26px;
}

.contact__call--telefon {
    transform: translateY(-40%);
    position: relative;
    top: 60%;
    margin-left: 20px;
}


.contact__call--data{
    font-size: 14px;
}

.contact__data a{
    font-weight: bold;
}

@media only screen and (max-width : 768px){
    .contact__page .contact__content h5{
        font-size: 16px;
    }
}