.content {
  width: 100%;
  min-height: 568px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  background: #3d76d9;
  color: #fff;
  overflow: hidden;
}

.scene {
  position: absolute;
}

.awards-panel-2 {
  margin: 0 auto;
  width: 1200px;
  margin-top: 81px;
}

.awards-panel-2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 70px;
}

.awards-panel-2 ul li {
  width: 271px;
  opacity: 0;
  animation: fadeliftup 1s .3s ease both;

}

.awards-panel-2 ul li h3,
.awards-panel-2 ul li p {
  text-align: center;
}

.awards-panel-2 ul li h3 {
  margin-top: 44px;
  font-size: 24px;
  color: #2E2F36FF;
  font-weight: 500;
  line-height: 37px;
}

.awards-panel-2 ul li p {
  margin-top: 20px;
  color: #878787FF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}




.awards-panel_3 {
  margin: 0 auto;
  width: 1200px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.awards-panel_3 .list-awards {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 22px 16px;
}

.awards-panel_3 .list-awards .awards-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 386px;
  height: 141px;
  background: rgba(245, 245, 245, 1);
  opacity: 0;
  animation: fadeliftup 1s .3s ease both;
  padding: 0 10px;
  text-align: center;

}

.awards-panel_3 .list-awards .awards-item .wheat {
  height: 100px;
  width: auto
}

.awards-panel_3 .list-awards .awards-item h3 {
  margin-bottom: 17px;

  font-weight: bold;
  font-size: 16px;
  color: #2E2F36;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.awards-panel_3 .list-awards .awards-item p {

  font-weight: 400;
  font-size: 16px;
  color: #878787;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
