.module-sharer {margin-bottom: 12px;}
.module-sharer h3 {font-size: 13px; margin-bottom: 5px;}
.module-sharer a {font-size: 20px; color: var(--primary); color: #fff; flex: 1; display: flex; justify-content: center; align-items: center; border-radius: 8px; background-color: #F0F0F0; text-decoration: none; padding: 12px 0; transition: ease .5s all;}
.module-sharer a i {display: flex;}
.module-sharer a:hover {background: #d8d8d8;}

.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: 16px; padding: 8px;}
}