.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure{position: relative; display: inline-block; z-index: 1;}
.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure:before{position: absolute;background-color: rgba(255, 209, 0, 0.9);height: 100%;width: 100%;content: "";left: 0;top: 0;transition: 0.5s all; opacity: 0; visibility: hidden; transition: all ease-in-out 0.3s;}
.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure > a{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); width: 45px; display: inline-block; opacity: 0.5;}
.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure > a > img{width: 100%;}
.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure:hover:before{opacity: 1; visibility: visible;}
.we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure:hover > a{transform: translate(-50%, -50%) scale(1.2); opacity: 1;}

@media (max-width: 767px){
    .we-can-help-sec .we-can-help-sec-main .we-can-help-sec-right > figure > img {max-width: 315px; width: 100%;}
    
}