.boxcontact{
    padding: 22px 0;
    min-height: 180px;
}
.boxcontact > *{
    width: 100px;
    flex: auto;
}
.boxcontact .intro{
    max-width: 386px;
}
.boxcontact .intro h3{
    font-size: 20px;
    color: var(--darker);
}
.boxcontact .intro p{
    font-size: 14px;
    color: var(--tgrey);
    line-height: 1.8em;
    margin-top: 6px;
}
.boxcontact .break{
    margin: 0 5vw;
    height: 13px;
    width: 4px;
    border-radius: 4px;
    max-width: 4px;
    background-color: var(--lgrey);
}
.boxcontact a > i{
    font-size: 26px;
    margin-bottom: 18px;
}
.boxcontact a span{ 
    font-size: 15px;
    font-weight: 200;
    color: var(--darker);
}
.boxcontact a span strong{
    display: block;
    font-size: 20px;
}
.boxcontact .item{
    align-items: flex-start;
    text-align: center;
    margin: 0 20px;
    flex: auto;
    min-width: 150px;
}
.boxcontact .item a{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}