@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

.sharing{
  text-align: center;
  margin: center;
  display: flex;
  align-items: center;
  direction: ltr;
  margin-top: 10px;
}
.buttons{
  direction: ltr;
  vertical-align: center;
  display: flex;
	justify-content:flex-end;
  margin-top: 0.5em;
  width: 85%;
}
.buttons a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border: none;
  padding: 0.55em 1.45em;
  margin: 0 3px;
/*   width: 24%; */
}
.buttons a:hover{
  text-decoration: none;
  color: #fff;
}

.buttons a:visited{
  text-decoration: none;
  color: #fff;
}

.buttons .telegram{
  background-color: #0388CB;
}
.buttons .whatsapp{
  background-color: #4CC247;
}
.buttons .twitter{
  background-color: #000;
}
.buttons .facebook{
  background-color: #3B5997;
}

.buttons a p,
.buttons a .share-icon{
  display: inline-block;
  height: auto;
  text-align: center;
  margin: 7px;
  font-size: 2.2rem;
}
.buttons a p{
  font-size: 1.05rem;
}
.buttons a .share-icon{
  font-size: 2.3rem;
	margin:0;
}


.num-of-shares{
  color: rgb(68, 68, 68);
  display: inline-block;
  margin-left: auto;
	margin-top:1em;
	min-width:5em;
	font-family: 'Roboto', sans-serif;
}
.num-of-shares p{
  margin: 5px 0;
  font-size: 1.2rem;
	line-height:2rem;
		font-family: 'Roboto', sans-serif;
}
.num-of-shares .num{
	font-size:3rem;
	font-weight:bold;
	line-height:2rem;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 567px){
  .buttons{
    width: 70%;
  }
  .buttons a{
    justify-content: center;
  }
  .buttons a p{
    display: none;
  }
  .num-of-shares p{
    margin: 0;
  }
	.num-of-shares .num{
		line-height:3rem;
	}
}