.op-box {
  width: 1100px;
  margin:0 auto;
}
.op-header {
  width: 100%;
  margin-top: 40px;
}
.op-header-left {
  width: 47%;
  font-size: 16px;
}

.op-titles p {
  width: 7%;
  height: 4px;
  background: rgba(155,225, 53);
  margin: 0 0 12px;
}
.op-titles {
  width: 100%;
  margin-top: 5px;
  line-height: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 500;
}
.op-content {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.op-titles h2 {
  margin-top: 5px;
  width: 100%;
  line-height: 30px;
  height: 30px;
  font-size: 18px;
}
.op-header-right {
  width: 47%;
  margin-top: -60px;
}
.op-header-right img {
  width: 100%;
}
.op-text-one {
  max-lines: 3px;
  color: #797979;
  line-height: 1.3;
  font-weight: 400;
}
.op-text-two {
  margin-top: 10px;
  max-lines: 3px;
  color: #797979;
  line-height: 1.3;
  font-weight: 400;
}

.op-title {
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 25px;
  background-color: rgb(252, 242, 233);
  color: rgb(237, 127, 52);
}

.op-scene-row {
   margin: 20px -8px;
} 

.op-scene-row img {
  display: block;
  width: 100%;
}

.op-scene-row p {
  background-color: #FF7700;
  color: white;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  margin: 0;
}

.op-scene-row .col-4 {
  padding: 0 8px;
}

.op-laber {
  text-align: center;
}

.op-laber img {
  width: 98%;
}
.col-4 p {
  color: white;
  font-size: 14px;
  padding: 5px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
