@font-face {
  font-family: "din";
  src: local("din"), url("../assets/din.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.share__container {
  position: absolute;
  width: 595px;
  font-family: "din";
  font-weight: 500;
  font-size: 24px;
  color: white;
  background: url("../assets/bg3.png") 0 0 / cover repeat;
}

.share__container__img {
  width: 194px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.share__container__img>img {
  width: 194px;
}

.share__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  gap: 25px;
  margin-top: 150px;
  padding-bottom: 150px;
}

.share__gifts__ul-li div {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share__gifts__ul-li img {
  width: 70%;
}

.share__gifts__ul-li p {
  max-width: 114px;
  word-break: keep-all;
  text-align: center;
}
