.solution-page .tab-and-img {
  margin-bottom: 200px;
}

.solution-page .tab-content {
  width: 100%;
  max-width: 100% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}

.solution-page .industry-item {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(233, 233, 233, 0.5);
  box-shadow: 0px 2px 6px 0px rgba(233, 233, 233, 0.5);
  border-radius: 16px;
  border: 1px solid #e0e4ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 32px;
  margin-bottom: 40px;
}

.solution-page .industry-item .icon-box {
  width: 108px;
  height: 108px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution-page .industry-item .icon-box .icon-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#19cb9e), to(#02b6fa));
  background: linear-gradient(180deg, #19cb9e 0%, #02b6fa 100%);
  opacity: 0.2;
  border-radius: 50%;
}

.solution-page .management-section {
  background: #ecf2f3;
}

.solution-page .management-section .section-title-text:before {
  left: 12%;
}

.solution-page .management-section .section-title-text:after {
  right: 12%;
}