.sutong-intro {
  padding: 70px 0;
  text-align: center;
  background: #E9E9E9;
}

.sutong-intro h5 {
   font-size: clamp(20px, 2.1vw, 40px);
    color:#000000;
    line-height: 1.6;
    font-weight: 700;
    /*text-transform: capitalize;*/
}

.sutong-intro h5 strong {
  font-weight: 600;
}

.sutong-intro .highlighted  {
  color: var(--color-second);
}

.sutong-intro .more1 {
  margin: 34px 0 0;
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background: #2ea7e0;
  border: 1px solid #2ea7e0;
  position: relative;
}

.sutong-intro .more1 i {
  margin-left: 16px;
}

.sutong-intro .more1:hover {
  background: var(--color-second);
  border-color: var(--color-second);
  color: #fff;
}

.sutong-intro .highlighted {
  color: var(--color-second);
}

@media screen and (max-width: 1500px) {

}




@media screen and (max-width: 768px) {


  .sutong-intro {
    padding: 35px 0;
  }

  .sutong-intro h5 {
    line-height: 1.2;
  }

  .sutong-intro .more1 {
    margin: 25px 0 0;
  }
}


