.share__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  padding: 0;
  padding-left: 0 !important;
  margin: 0;
}
.share__item {
  width: 39px;
  height: 39px;
  border: 1px solid #008B31;
  border-radius: 50%;
  list-style-type: none;
}
.share__icon {
  width: 100%;
  height: 100%;
  fill: #008B31;
}