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

.sutong-intro h5 {
  font-size: clamp(24px, 1.7vw, 32px);
  color: var(--title-text-color);
  line-height: 1.47;
  text-align: left;
}
.sutong-intro p{
    line-height: 2;
    font-size: 20px;
}
.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: #fff;
  font-weight: 700;
  border: 1px solid #BEBEBE;
  position: relative;
  background: var(--color-second);
}

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

.sutong-intro .more1:hover {
  background: #c5a514;
  color: #fff;
}

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

@media screen and (max-width: 1440px) {
.sutong-intro p { font-size: 18px;}
}



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


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

  .sutong-intro h5 {
    line-height: 1.2;
    margin-bottom: 15px;
  }

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

  .sutong-intro p { font-size: 16px;    line-height: 26px;}
}


@media screen and (max-width: 480px) {
  .sutong-intro p { font-size: 14px; }
}


