.featureText {

    margin:2.25vw 0 0 0;

}

.featureText span {

    display: inline-block;

}

.featureText img {

    height:1.1vw;
    width:auto;

}

.featureText span:first-of-type {

    padding-right: 1.5vw;

}

.featureText span:nth-of-type(2) {

    padding-right: 0.4vw;

}


/* mobile */


.featureText.deviceMobile {

    margin:8vw 0 0 0;

}

.featureText.deviceMobile img {

    height:4.1vw;

}

.featureText.deviceMobile span:first-of-type {

    padding-right: 4vw;

}

.featureText.deviceMobile span:nth-of-type(2) {

    padding-right: 1.6vw;

}