.section1 {
  background-color: #F9F9F9;
}
.section1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1080px;
  background: linear-gradient(180deg, #FFF6E0 0%, #F9F9F9 100%);
}
.section1 .wrap {
  padding-top: 240px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  width: 1440px;
  margin: 0 auto;
}
.section1 .wrap .return {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F36039;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-145deg);
  margin-bottom: 50px;
  transition: all 0.6s;
  margin-left: calc(50% - 814px);
}
.section1 .wrap .return:hover {
  transform: rotate(-180deg);
}
.section1 .wrap .return span {
  color: #fff;
  font-size: 24px;
}
.section1 .wrap .main .top {
  margin-bottom: 30px;
}
.section1 .wrap .main .top .title {
  margin-bottom: 60px;
}
.section1 .wrap .main .top .title h3 {
  color: #37180E;
  font-size: 40px;
  line-height: 50px;
}
.section1 .wrap .main .top .main .text p {
  font-size: 18px;
  line-height: 40px;
}
.section1 .wrap .main .top .main .img {
  margin-top: 30px;
}
.section1 .wrap .main .top .main .img img {
  width: 100%;
}
.section1 .wrap .main .bottom h4 {
  color: #37180E;
  font-size: 24px;
  margin-bottom: 20px;
}
.section1 .wrap .main .bottom hr{
    border: none;
    border-top: 1px solid #E9E4E0;
}
.section1 .wrap .main .bottom p {
  line-height: 40px;
  font-size: 18px;
  display: flex;
}
.section1 .wrap .main .bottom p span:first-child {
  font-weight: 700;
}
.section1 .wrap .main .food {
  padding: 20px 90px 20px 34px;
  color: #F36039;
  font-weight: 700;
  background-color: #FFF6E0;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 24px;
}
