.feature-item {
    text-align: center;
    max-width: 222px;
    margin: auto;
    margin-top: 40px;
}
.feature-off-center {
    text-align: left;
}
.feature-off-center .feature-icon {
    justify-content: left;
}
.col-sm-6:nth-child(-n + 4) .feature-item{
    margin-top: 0px;
}
.future-row {
    margin-top: 60px;
}
.feature-contact-btn {
    margin-top: 70px;
}
.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    width: auto;
    max-height: 30px;
}
.feature-icon img.big {
    max-height: 64px;
}
.feature-item .sub-head{
    margin-top: 27px;
}
.feature-item p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
}
@media(min-width: 1360px) and (max-width: 1459px){
    .feature-outer {
        padding: 60px 0px;
    }
}
@media(min-width: 1200px) and (max-width: 1359px){
    .feature-outer {
        padding: 60px 0px;
    }
    .feature-item {
        max-width: 100%;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .feature-outer {
        padding: 60px 0px;
    }
    .feature-item {
        max-width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .feature-outer {
        padding: 50px 0px;
    }
    .feature-item {
        max-width: 100%;
        margin-top: 40px !important;
    }
    .feature-outer .col-lg-3:first-child .feature-item,.feature-outer .col-lg-3:nth-child(2) .feature-item{
        margin-top: 0px !important;
    }
    .feature-item p {
        margin-top: 10px;
    }
    .feature-item .sub-head {
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .feature-outer {
        padding: 40px 0px;
    }
    .feature-item {
        max-width: 100%;
        margin-top: 30px !important;
    }
    .feature-outer .col-lg-3:first-child .feature-item,.feature-outer .col-lg-3:nth-child(2) .feature-item{
        margin-top: 0px !important;
    }
    .feature-item p {
        margin-top: 10px;
    }
    .feature-item .sub-head {
        margin-top: 15px;
    }
}
@media(max-width: 575px){
    .feature-outer .col-lg-3:first-child .feature-item{
        margin-top: 0px !important;
    }
    .feature-outer .col-lg-3:nth-child(2) .feature-item{
        margin-top: 30px !important;
    }
}