.banner-warp .banner {
  background: url("./images/banner.jpg") no-repeat center/cover;
}

.card-img-item-summary {
  display: flex;
  justify-content: center;
}
.card-img-item-function {
  display: flex;
  justify-content: center;
}
.card-img-item-function div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #666666;
  font-size: 14px;
}


.height232 {
  height:232px;
}
.height200 {
  height: 200px;
}
.height104 {
  height: 104px;
}
.height316 {
  height: 316px;
}
.text-blue {
  width: 50%;
  padding-left: 34px;
  color: #666666;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  background: url("../../assets/base/img/jurassic/icons/blue.png") no-repeat 0
    2px;
}
.pr30{
  padding-right: 30px;
}
.pl60{
  padding-left: 60px;
  background-position: 30px 0;
}

.card-subtitle-blue {
  padding-left: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 36px;
  font-size: 22px;
  position: relative;
}
.card-subtitle-blue::before {
  content: "";
  display: block;
  height: 24px;
  width: 4px;
  background: #00a4ff;
  position: absolute;
  left: 0;
  top: 5px;
}
