.page-banner:before {
  display: none;
}
.page-banner {
  background: url('../img/solution_third_company.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;
}
.service-box-layout1 {
  padding: 90px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
}
.solution {
  margin-top: 50px;
}
.service-box-layout1 p {
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
}
@media only screen and (min-width: 992px){
  #main_content {
    background: url('../img/Group 84.svg') calc(45vw - 680px) 700px no-repeat, 
    url('../img/Group 84.svg') calc(50vw + 450px) 1390px no-repeat;
  }
}
.solution {
  font-size: 30px;
  font-weight: bold;
}
.service-box-layout1 .icon-holder img {
  width: 150px;
  height: 150px;
}
.service-wrap-layout1 {
  padding-top: 60px;
}