.all {
  background-color: #fed889;
  width: 1684px;
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 120px;
}
.all .container {
  align-self: center;
  background-color: #ffe699;
  width: 100%;
  height: auto;
  min-height: 1800px;
  display: flex;
  position: relative;
  padding: 150px 100px 100px;
}
.all .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 1500px;
  font-size: 28px;
}
.content .text p {
  align-self: center;
}
.all .content .text {
  margin: 20px;
  display: flex;
  gap: 60px;
}
.all .content img {
  width: 60px;
  height: 60px;
}
.container .yanzi {
  position: absolute;
  top: -200px;
  right: -100px;
}
