.contact-item {
    text-align: center;
    border: 1px solid #e1e1e1;
    height: 225px;
    position: relative;
    background: #fafafa;
    padding: 30px 15px;
    padding-top: 70px;
    margin-top: 70px;
}

.contact-icon {
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 92px;
    top: 0px;
    left: 50%;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    margin-top: -41px;
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-icon i {
    font-size: 34px;
}