.c4s-icon-widget a:hover {
    text-decoration: none;
}

.c4s-icon-widget .c4s-icon-box {
    margin-bottom: initial;
    padding: 0;
}
.c4s-icon-widget .c4s-icon-box {
    padding: 20px;
    margin-bottom: 30px;
}

.c4s-icon-widget .c4s-icon-box .c4s-icon {
    margin-bottom: 20px;
}
.c4s-icon-widget .c4s-icon-box .c4s-icon.c4s-circle {
    display: block;
    text-align: center;
    border-radius: 100%;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 100px;
    background: #333;
    color: #fff;
    margin: 0 auto 20px;
}
.c4s-icon-widget .c4s-icon-box .c4s-icon,
.c4s-icon-widget .c4s-icon-box .c4s-icon-text {
    text-align: center;
}

/**
    icon left mode
 */
.c4s-icon-widget .c4s-icon-box.c4s-icon-box-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c4s-icon-widget .c4s-icon-box.c4s-icon-box-left .c4s-icon {
    margin: 20px;
}
.c4s-icon-widget .c4s-icon-box.c4s-icon-box-left .c4s-icon-text {
    flex: 1 1 auto;
    text-align: left;
    overflow: hidden;
}
