.about_main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media-one {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
  margin: 17px 0 12px;
}

.media-two {
  width: calc(100% - 40px);
  margin: 0 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}

.media-two p:nth-child(2) {
  margin-top: 10px;
}

.media-three {
  width: calc(100% - 40px);
  margin: 0 20px;
  overflow: hidden;
}

.media-three .text {
  margin-top: 27px;
}

.media-three .text .triangle {
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent transparent rgba(0, 71, 113, 1);
  margin: 4px 11px 0 0;
}

.media-three .text .small {
  display: flex;
  justify-content: space-between;
}

.media-three .text .small p {
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}

.media-three .text .small:nth-child(2) {
  margin-top: 20px;
}

.media-four {
  width: calc(100% - 40px);
  margin: 31px 20px 0;
}

.media-four .title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
}

.media-four .content {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}

.media-four .left {
  width: 240px !important;
}

.media-four .left p:nth-child(1) {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
}

.media-four .right {
  display: flex;
}

.media-four .right div {
  width: 80px;
}

.media-four .right div p:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  color: rgba(23, 75, 136, 1);
  text-align: center;
}

.media-four .right div p:nth-child(2) {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: rgba(88, 82, 81, 1);
  text-align: center;
}

.media-five {
  overflow: hidden;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.media-five img {
  width: 100%;
}