/* Add custom CSS styles below */ 

.sicon-money-circle.align-middle::before {
    content: "";
    background-image: url('https://i.ibb.co/ZprJ7w4s/download-6.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
}
.s-social-link>a:hover {
    background-color: #533a81;
}

@media (min-width: 1024px) {
    .lg\:rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
        text-align: center;
    }
}