.feature-img{
    height: 45px;
}
.feature-img img{
    max-height: 100%;
    max-width: 100%;
}
.feature-txt p:last-child{
    margin-bottom: 0;
}
@media (min-width:992px){
    .feature{
        max-width: 290px;
        margin-inline: auto;
    }
}