.icon-elements {
    font-size: 0;
    text-align: center;
}
.icon-elements .element {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.icon-elements .element .element-wrapper {
    position: relative;
}
.icon-elements .element .element-wrapper .element-img {
    float: left;
    width: 50px;
    height: 50px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.icon-elements .element .element-wrapper .element-img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}
.icon-elements .element .element-wrapper .element-text {
    display: block;
    text-align: left;
    margin-left: 50px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}
.icon-elements .element .element-wrapper .element-text::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.icon-elements .element .element-wrapper .element-text .text-aligner {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
}

@media all and (max-width: 900px) {
    .intec-adaptive .icon-elements .element {
        width: 33.333333%;
        margin-bottom: 25px;
    }
    .intec-adaptive .icon-elements .element:last-child {
        margin-bottom: 0;
    }

}
@media all and (max-width: 700px) {
    .intec-adaptive .icon-elements {
        text-align: left;
    }
    .intec-adaptive .icon-elements .element {
        width: 50%;
        margin-bottom: 15px;
    }
    .intec-adaptive .icon-elements .element:nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media all and (max-width: 500px) {
    .intec-adaptive .icon-elements .element {
        width: 100%;
    }
    .intec-adaptive .icon-elements .element:last-child {
        margin-bottom: 0;
    }
    .intec-adaptive .icon-elements .element:nth-last-child(2) {
        margin-bottom: 20px;
    }
}