.ark-features-01 .ark-features-01-repeater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ark-features-01 .ark-features-01-box {
    text-align: center;
    padding: 0 1.250em 1.250em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ark-features-01 .ark-features-01-box img {
    margin: 0 auto 1.563em;
    width: auto;
    height: auto
}

.ark-features-01 .ark-features-01-box h4 {
    margin: 0 0 .313em;
    font-size: 1.125em
}

.ark-features-01 .ark-features-01-box p.ark-features-01-box-text {
    margin: 0;
    opacity: .8;
    font-size: 1em;
    line-height: 1.35
}

.ark-features-01 .ark-features-01-box-icon {
    font-size: 1.875em;
    margin: 0 auto .8em;
    opacity: .7
}

.ark-features-01 .ark-features-01-box-icon svg {
    width: 2em
}

@media(max-width:767px) {
    .ark-features-01 .ark-features-01-box+.ark-features-01-box {
        margin-top: 2em
    }
}