
.dt-sc-fullwidth-section.acc-nos-off {
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.grow img {
     height: 70px;
    max-width: 70px;
   
    width: 70px;
    margin: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.5)));
}
.grow img:hover {
    width: 80px;
    
    
}