.page-banner:before {
  display: none;
}
.page-banner {
  background: url('../img/solution_third_save.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%;
}
.container .breadcrumbs-area h1{
  line-height: 80px;
}
.my-container {
  color: #fff;
  font-size: 18px;
}
.enterprise-text .desc {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.enterprise-text-container {
  /* margin-top: 50px; */
  width: cal(45vw)
}
.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;
  box-shadow: 0px 2px 35px 0px rgb(0 10 117 / 8%);
  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;
  }
  .picture-order {
    order: 0;
  }
  .text-order {
    order: 2;
  }
  .enterprise-text .desc {
    text-align: left;
  }
}
.enterprise-content {
  background-color: #fff;
}
@media only screen and (min-width: 992px){
  #main_content {
    background: url('../img/Group 84.svg') calc(45vw - 680px) 1450px no-repeat, 
    url('../img/Group 84.svg') calc(50vw + 450px) 550px no-repeat;
  }
}
