.imgIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.imgIcon div {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid #6e7abf;
    /*background: linear-gradient(#17B4F8, #03246E);*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.imgIcon div img {
    width: 60px;
    height: 60px;
    display: block;
}

.imgIcon a {
    color: #777;
    font-weight: 600;
    max-width: 130px;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}