#main-content {
  background: url("../image/about-us/about-us-bg.png") no-repeat;
  background-size: cover;
}

.hero {
  width: var(--w1280);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.hero__slide {
  font-family: Alternox;
  font-size: 40px;
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__slide img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.hero__slide p {
  line-height: 1.2;
}

.about-us_content {
  width: 610px;
  height: 560px;
  border-radius: 40px;
  background: #dce9ff;
  align-self: end;
  padding-top: 78px;
  position: relative;
}

.about-us_content > h2 {
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-left: 96px;
}

.about-us_content > p {
  width: 560px;
  font-family: Alibaba PuHuiTi;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  margin: 20px auto 0;
  text-indent: 40px;
}

.about-us_content-img {
  width: 234px;
  height: 46px;
  object-fit: contain;
  position: absolute;
}
.about-us_content-img:nth-of-type(1) {
  top: 44px;
  left: -155px;
}

.about-us_content-img:nth-of-type(2) {
  top: 166px;
  left: -314px;
}
.about-us_content-img:nth-of-type(3) {
  bottom: 162px;
  right: -135px;
}
.set-meals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  margin-top:100px;
}

.set-meals__item {
  height: 160px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 24px #0866ff0d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  font-family: Alibaba PuHuiTi;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.set-meals__item > img {
  width: 204px;
  height: 40px;
  object-fit: contain;
}
.set-meals__item:nth-of-type(4) > img {
  width: 48px;
  height: 48px;
}

.testimonials-list {
  display: flex;
  justify-content: center;
  gap: 46px;
  padding: 100px 0;
}

.testimonial-card {
  width: 280px;
  height: 266px;
  border-radius: 20px;
  border: 1px solid #3333331a;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-card__quote {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-dark);
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px;
}

.testimonial-card__author {
  padding: 12px 0 8px;
  width: 80%;
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #3333331a;
}

.testimonial-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-card__info > div:first-child {
  font-size: 14px;
  color: var(--text-dark);
}

.testimonial-card__info > div:last-child {
  font-size: 12px;
  color: var(--text-gray);
  margin-top: 2px;
}

.testimonial-card__rating {
  position: absolute;
  top: -33px;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-card__rating img{
    width: 28px;
    height: 20px;
}