/* Add custom CSS styles below */ 

.footer-is-light .store-footer .store-footer__inner{
position:relative;
}

.footer-is-light .store-footer .store-footer__inner::after {
    content: "";
    position: absolute;
    background-color: #f3f4f6;
    right: 9px;
    width: 110px;
    height: 60px;
    top: 45px;
    background-image: url(https://i.postimg.cc/SQMyPJM5/1446-11-12-21-17-14-c154f72f-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width:768px) {

.footer-is-light .store-footer .store-footer__inner::after {
    content: "";
    position: absolute;
    background-color: #f3f4f6;
    right: 9px;
    width: 85px;
    height: 60px;
    top: 28px;
    background-image: url(https://i.postimg.cc/SQMyPJM5/1446-11-12-21-17-14-c154f72f-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
}

}