.imgIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.imgIcon div {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    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;
}

.dataListBlock {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .imgIcon a {
        font-size: 16px;
    }
}