.feature-box-001 img:hover {
    opacity: 80%;
    transform: scale(1.1);
}
@media(max-width:991px){
.feature-box-001 img {
    transition: 0.3s;
    height: 67px;
}}

.feature-box-001 img {
    transition: 0.3s;
    height: 95px;
}