.culture-wrap {
  position: relative;
  padding: 100px 0;
}

.culture-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 288px;
  z-index: -1;
  background-color: #fff;
}

.culture-bg2 {
  position: absolute;
  top: 288px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #fff 5%, #3771d3 100%);
  opacity: 0.2;
}

.culture-title {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 40px;
  margin-bottom: 50px;
  text-align: center;
}

.culture-img-wrap {
  width: 1200px;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
}

.culture-img{
  width: 285px;
  height: 438px;
}