.vc-info-block-three .inner img, .vc-info-block-three .inner svg {
    max-height: 70px;
    max-width: 100%;
}
.vc-info-block-three .inner .img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 45px;
    background: #E0EAFF;
    border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-info-block-three .inner .img {
        margin: 0 auto 30px auto;
        width: 120px;
        height: 120px;
    }
}
.vc-info-block-three .inner p {
    text-align: center;
}
.vc-info-block-three .inner p.big {
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    width: 230px;
    padding: 0 0 30px 0;
    margin: auto auto 30px auto;
}
.vc-info-block-three .inner p.anons {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .vc-info-block-three .inner p.anons {
        margin: 0 0 60px 0;
    }
}