.media_title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.value_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #058cff;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #058cff;
}
.row_value1 .value_icon {
  box-shadow: 0 0 4px 0 rgba(5, 140, 255, 0.28);
  background: #fff;
  color: #169bd5;
  border: 1px solid #fff;
}
.value_icon:hover {
  box-shadow: rgb(111 175 229) 0px 5px 8px;
}
.row_value > div:hover .value_icon {
  border: 1px solid #058cff;
  box-shadow: 0 0 4px 0 rgba(5, 140, 255, 0.28);
}
.value_icon .icon {
  font-size: 32px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
}
.row_value > div:hover .icon {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -moz-transform-origin: center center;
}
.value_title {
  font-size: 12px;
  color: #333;
}
.value_exp {
  font-size: 11px;
  color: #666;
  line-height: 20px;
}
.row_value > div {
  margin-bottom: 15px;
}

/* start */
.trait_2,
.my_color {
  background-color: #fff;
}
.trait_2 .trait_2_img,
.trait_3 .trait_3_img {
  /* width: 100%; */
  object-fit: cover;
}
.trait_2_main .title {
}
.trait_2 .trait_2_main .title,
.trait_3 .trait_3_main .title {
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 30px; */
  line-height: 1.5;
}
.trait_2 .trait_2_main p,
.trait_3 .trait_3_main p {
  font-size: 14px;
  color: #616161;
}
.trait_2 .container,
.trait_3 .container {
  margin-bottom: 0;
  padding: 30px 0;
}
.about_section > div > p:first-child {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 18px;
}
/* @media (max-width: 768px) {
  .trait_2 .trait_2_img,
  .trait_3 .trait_3_img {
    width: 80%;
  }
} */
@media (min-width: 768px) {
  .about_section > div > p:first-child {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  /* start */
  .trait_2 .trait_2_main,
  .trait_3 .trait_3_main {
    text-align: left;
    padding: 20px 30px 0;
  }

  .trait_2 .trait_2_main .title,
  .trait_3 .trait_3_main .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .trait_2 .trait_2_main p,
  .trait_3 .trait_3_main p {
    font-size: 16px;
  }
  /* end */
  .media_title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .value_icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 15px;
  }
  .value_icon .icon {
    font-size: 50px;
  }
  .value_title {
    font-size: 16px;
  }
  .value_exp {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 20px;
  }
  .media_title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .value_icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .value_icon .icon {
    font-size: 50px;
  }
  .value_title {
    font-size: 18px;
  }
  .value_exp {
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
    padding: 0 15px;
  }
  .media_exp {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .about_section > div > p:first-child {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .media_title {
    font-size: 26px;
  }
  /* start */
  .trait_2 .trait_2_main {
    padding: 40px 0 0 80px;
  }
  .trait_3 .trait_3_main {
    padding: 25px 60px 0;
  }
  .trait_2 .trait_2_main .title,
  .trait_3 .trait_3_main .title {
    font-size: 26px;
  }
  .trait_2 .trait_2_main p,
  .trait_3 .trait_3_main p {
    font-size: 18px;
  }
  /* end */
}
@media (min-width: 1200px) {
  /* start */
  .trait_3 .trait_3_main {
    padding: 100px 50px 0;
  }
  .trait_2 .trait_2_main {
    padding: 100px 0 0 150px;
  }
  .trait_2 .trait_2_main .title,
  .trait_3 .trait_3_main .title {
    font-size: 30px;
  }
  .trait_2 .trait_2_main p,
  .trait_3 .trait_3_main p {
    font-size: 20px;
  }
  /* end */
  .padding_ {
    padding-bottom: 60px;
  }
  .about_section > div > p:first-child {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 29px;
  }
  .media_title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .value_icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 20px;
  }
  .value_icon .icon {
    font-size: 64px;
  }
  .value_title {
    font-size: 24px;
  }
  .value_exp {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    padding: 0 50px;
  }
}
