.feature-dashboard-001 img.sppb-img-responsive {
    height: 65px;
    transition: 0.3s;
}
@media(max-width:991px){
.feature-dashboard-001 img.sppb-img-responsive {
    height: 46px;
    transition: 0.3s;
}}


.feature-dashboard-001 img.sppb-img-responsive:hover {
    opacity: 60%;
    transform: scale(0.9);
}


.feature-dashboard-001 a {
    color: #0d1127;
    transition: 0.3s;
}

@media(max-width:991px){
.feature-dashboard-001 a {
    line-height: 20px;
    font-size: 14px;
    color: #0d1127;
    transition: 0.3s;
}
  
.feature-dashboard-001 h3.sppb-addon-title {
    min-height: 61px;
}}
  

.feature-dashboard-001 a:hover {
    font-size: 15px;
    opacity: 60%;
}