.section-wallpaper-inside {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-top: 100px;
}
.wallpaper-text {
  position: absolute;
  top: -20px;
  left: -36px;
}
.wallpaper-text img {
  width: 105px;
}
.wallpaper-img img {
  width: 525px;
}
.wallpaper-text-2 img {
  width: 105px;
}
.wallpaper-text-2 {
  position: absolute;
  top: -20px;
  right: 450px;
}
.wallpaper-1 {
  margin-right: 122px;
}
