.helo-icon-box svg {
    width: 1em;
}

.helo-icon-box {
    padding: 20px;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.helo-icon-box .icon {
    display: inline-block;
    transition: all 0.3s;
    margin-bottom: 15px;
}

.helo-icon-box-icon-circle .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.helo-icon-box .title {
    margin-bottom: 15px;
    transition: all 0.3s;
}

.helo-icon-box .desc {
    transition: all 0.3s;
}