.contact i {
    width: 40px;
    height: 40px;
    background: #3763eb;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    background-color: rgb(250, 162, 146);
    box-shadow: 2.5px 4.33px 15px 0px rgba(250, 162, 146, 0.4);
}

.contact .icon {
    margin-right: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
}
