.section-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.section-wrap .title h1,
.section-wrap .title h1 a,
.section-wrap .title h2,
.section-wrap .title h2 a,
.section-wrap .title h3,
.section-wrap .title h3 a,
.section-wrap .title h4,
.section-wrap .title h4 a,
.section-wrap .title h5,
.section-wrap .title h5 a {
  font-size: 20px;
  letter-spacing: 2px;
  color: #000009;
}

.section-wrap .title b {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 15px;
  letter-spacing: 0;
}

.section-wrap .title p {
  font-size: 15px;
  margin-top: 20px;
}

.section-wrap {
  padding: 100px 0;
}

.goos-packing .container {
  /* align-items: center; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.goods-packingcon {
  width: 47.2%;
  /* margin-top: 20px; */
}

.goods-packingcon .title {
  margin-bottom: 30px;
  text-align: left;
}

.goods-packingpic {
  width: 47.6%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.goods-packingpic span {
  display: block;
  /*width: 48%;*/
  overflow: hidden;
}

.goods-packingpic span img {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 1580px) {
  .goods-packingcon {
    margin-top: 0;
  }
}

@media screen and (max-width: 1280px) {
  .section-wrap {
    padding: 60px 0;
  }

  .goos-packing .container {
    display: block;
  }

  .goods-packingpic {
    float: left;
    margin-right: 40px;
  }

  .goods-packingcon {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 960px) {
  .section-wrap {
    padding: 40px 0;
  }

  .goos-packing .container {
    flex-wrap: wrap;
  }

  .goods-packingpic,
  .goods-packingcon {
    width: 100%;
  }

  .goods-packingcon {
    margin-top: 30px;
  }

  .goods-packingpic {
    float: none;
    margin-right: 0;
  }
   table{
    padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
  .table-wrapper{

    overflow-x: auto;
  }
}


@media screen and (max-width:550px){
  
  .section-wrap .title h1, .section-wrap .title h1 a, .section-wrap .title h2, .section-wrap .title h2 a, .section-wrap .title h3, .section-wrap .title h3 a, .section-wrap .title h4, .section-wrap .title h4 a, .section-wrap .title h5, .section-wrap .title h5 a{
    font-size: 18px;
  }
}



