.module-sharer h5 {font-size: 13px; margin-bottom: 5px;}
    .module-sharer a {font-size: 25px; color: var(--primary); color: #fff; max-width: 45px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 100px; background-color: transparent; text-decoration: none;}
    .container-icons-social {display: flex; gap: 10px;}

    .module-sharer #whatsapp-sharer {
        color: #25D366;
    }

    .module-sharer #facebook-sharer {
        color: #4267B2;
    }

    .module-sharer #twitter-sharer {
        color: #1DA1F2;
    }

    .module-sharer #telegram-sharer {
        color: #229ED9;
    }

    .module-sharer #email-sharer {
        color: #555;
    }

    .module-sharer #shareButton {
        color: #000;
    }

	@media (max-width: 991px) {
		.module-sharer a {font-size: 20px;}
		.container-icons-social {gap: 0;}
	}