.phone-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 28px;
  border-radius:999px;
  background:#35C98A;
  color:#0B0B0B;
  font-family:TildaSans, Arial, sans-serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:.3px;
  line-height:1;
  white-space:nowrap;
}