.contactInfo {
    padding: 50px 0;
}
.contactInfo .row {
    justify-content: center;
}
.contactInfo .wrap {
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background: #FDFDFD;
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contactInfo .wrap:last-of-type {
    margin-bottom: 0;
}
.contactInfo .wrap i {
    color: #44C95B;
    font-size: 60px;
}
.contactInfo .wrap a {
    color: #211448;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 50px;
    text-decoration: none;
}
