.google-button-wrap {
	display: table;
	border-radius: 2em;
}
.tele-button-wrap {
  display: inline-block;
  padding: 8px 18px;
  color: #333;
  border-radius: 20px;
  font-size: 0.9em;
  position: relative;
  top: 2px;
}
.tele-button-wrap i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.google-button-wrap,
.tele-button-wrap {
	display: inline-block;
}
.tele-button-wrap:hover {
  color: var(--bg-main);
  text-decoration: none;
}