.features {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.features .feature {
    width: 33.33%;
    float: left;
    border-right: 1px solid #e5e5e5;
    padding: 50px 80px 60px;
    text-align: center
}

.features .feature a {
    display: block
}

.features .feature img {
    margin-bottom: 30px
}

.features .feature span {
    font-size: 17px;
    color: #222;
    display: block
}

.features .feature:last-child {
    border-right: none
}

.features.on-brand {
    margin-bottom: 0
}

.features.on-brand .feature {
    padding: 70px 80px 80px
}

.features.on-brand a {
    min-height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.features.on-brand a span {
    font-size: 20px;
    width: 100%
}

@media only screen and (max-width:1200px) {
  .features .feature {
    min-height: 296px;
    padding-left: 45px;
    padding-right: 45px
  }
}

@media only screen and (max-width:767px) {
  .features .feature {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding: 30px 15px;
        min-height: 1px
    }
    .features .feature:last-child {
        border-bottom: none
    }
    .features .feature a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .features .feature img {
        width: 125px;
        height: auto;
        margin-bottom: 0;
        -o-object-fit: contain;
        object-fit: contain
    }
    .features .feature span {
        text-align: left;
        width: 160px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-left: 40px
    }
    .features.on-brand .feature {
        padding: 30px 15px
    }
    .features.on-brand a {
        min-height: 1px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .features.on-brand a span {
        width: 160px;
        font-size: 17px
    }
}
