.widget.widget-icons.widget-intec-both {
    display: block;
    position: relative;
}

.widget.widget-icons.widget-intec-both .widget-icons-header {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #292929;
}

.widget.widget-icons.widget-intec-both .widget-icons-items {
    display: block;
    overflow: hidden;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-items-wrapper {
    display: block;
    margin: -10px -50px;
    font-size: 0;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 10px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-item-wrapper {
    display: table;
    position: relative;
    overflow: hidden;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-item-wrapper-2 {
    display: table-row;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-background {
    display: table-cell;
    vertical-align: top;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-background .widget-icons-background-wrapper {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-background .widget-icons-background-brush {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-background .widget-icons-background-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}
.widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item .widget-icons-caption {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
	line-height: 18px;
	color: #757575;
    padding-left: 10px;
    width: 100%;
}
.widget.widget-icons.widget-intec-both .widget-icons-description {
	padding-top: 4px;
}

@media all and (max-width: 840px) {
    .widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-items-wrapper {
        margin: -10px -20px;
    }
    .widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item {
        width: 33.333333% !important;
        padding: 10px 20px;
    }
}

@media all and (max-width: 600px) {
    .widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item {
        width: 50% !important;
    }
}

@media all and (max-width: 420px) {
    .widget.widget-icons.widget-intec-both .widget-icons-items .widget-icons-item {
        display: block;
        width: auto !important;
    }
}