.page-banner:before {
  display: none;
}
.page-banner {
  background: url('../img/product_shipber_banner.svg');
  background-size: 100%;
  min-height: 450px;
  padding: 0 !important;
}
.section-padding-md-equal {
  padding-top: 20px !important;
}
.page-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}
.enterprise-text .desc {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.enterprise-text-container {
  box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
  width: calc(45vw);
  padding: 30px;
  border-radius: 10px;
  max-width: 750px;
}

.enterprise-text .title {
  font-size: 30px;
  font-weight: bold;
}
.enterprise-img {
  margin-right: 0;
  width: auto;
  height: auto;
}
.enterprise-content {
  position: relative;
  padding: 50px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.enterprise-text .label {
  font-size: 24px;
  margin-bottom: 15px;
}
.enterprise-text .label span {
  padding-left: 20px;
}
.enterprise-text .label span:before {
  content: "●";
  font-size: 12px;
  color: #FF5B37;
  position: absolute;
  left: 0px;
}
.enterprise-text .text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px){
  .enterprise-content {
    text-align: center;
  }
  .enterprise-text .label {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
  }
  .enterprise-text-container {
    width: auto;
  }
  .order-picture {
    order: 0;
  }
  .order-text {
    order: 2;
  }
  .process .line {
    border-bottom: none;
    height: 80px;
    position: relative;
  }
  .process .line .vertical-line{
    width: 3px;
    height: 50px;
    margin-top: 15px;
    border: 4px dashed #A3D4FF;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
.process {
  display: block;
  margin: 100px auto;
  /* margin: 80px 160px; */
}
.enterprise-content {
  padding: 0;
}
.enterprise-img img{
  padding: 20px;
}
@media only screen and (min-width: 992px){
  .enterprise-text-container-left {
    position: absolute;
    left: -150px;
    background-color: #fff;
  }
  .enterprise-text-container-right {
    position: absolute;
    right: -150px;
    background-color: #fff;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
  }
  .process .line {
    width: 20%;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 992px){
  #main_content {
    background: url('../img/Group 84.svg') calc(45vw - 650px) 900px no-repeat, 
    url('../img/Group 84.svg') calc(50vw + 450px) 1300px no-repeat;
  }
}
.process {
  box-shadow: 0px 2px 35px 0px rgb(0 10 117 / 8%);
}
