.container-share {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #2222222e;
  border-bottom: solid 1px #2222222e;
  padding: 10px 0;
}

.container-share button {
  border: none;
  background: none;
  cursor: pointer;
}

.container-share ul {
  width: 100%;
  display: flex;
  column-gap: 5px;
}

.container-share li {
  list-style: none;
}

.container-share p {
  font-size: 18px;
  font-weight: bold;
}
