.image-wrapper img,
.step_3 img,
.step_2 img{
    height: 600px;
    width: 300px;
    backface-visibility: hidden;
} 

.image-wrapper{
    cursor: pointer;
}

.image-wrapper img:hover{
    filter: drop-shadow(0 0 5px #0eeeeeff);
    transform: translateY(-10px);
}

.section-title{
    color:aqua;
}

.funding-bar:hover{
    transform: translateY(-5px);
    box-shadow: 0 1px 10px #00f2ff, inset 0 1px 0 #00f2ff; 
}

@media (max-width: 768px){

    .image-wrapper img,
    .step_2 img,
    .step_3 img{
        height: 250px;
        width: 110px;
        backface-visibility: hidden;
    } 
    
}