.arrowforCard a::after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    background-image: url(/etc.clientlibs/settings/wcm/designs/au-com/clientlib-site/resources/images/icon/icon_sprite.png);
    background-position: -106.5px 0;
    width: 7px;
    height: 10px;
    background-size: 121px 118px;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    }
  .arrowforCard a:hover:after {
    background-position: -106.5px -25px;
    }
.arrowforCard a>div {
    padding-right: 13px;
}

@media(max-width:767px) {
    .arrowforCard a::after {
        background-position: -94px -18.5px;
        right: 15px;
        width: 10px;
        height: 16px;
        -webkit-transform: scale(0.7,0.7);
        -ms-transform: scale(0.7,0.7);
        -o-transform: scale(0.7,0.7);
        transform: scale(0.7,0.7);
    }
    .arrowforCard a:hover:after {
        background-position: -81.5px -37px;
    }
}