.sutong-intro {
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0;
  text-align: center;
  background: #fcfff8;
}

.sutong-intro h5 {
  font-size: clamp(24px, 2.50vw, 48px);
  margin: auto;
  font-weight: 700;
  line-height: 1.2;
  /*text-transform: capitalize;*/
}

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

.sutong-intro .more1 {
  margin: 34px 0 0;
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background: var(--color-primary);
}

.sutong-intro .more1 span {
  width: 13px;
  height: 12px;
  background: #fff;
  margin-right: 10px;
}

.sutong-intro .more1 span:last-child {
  margin-right: 27px
}

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

.sutong-intro .more1:hover span {
  background: var(--color-primary);
}



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

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

  .sutong-intro .more1 {
    margin: 25px 0 0;
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
  }
  .sutong-intro .more1 span {
    width: 8px;
    height: 8px;
    margin-right: 5px;
  }
  .sutong-intro .more1 span:last-child {
    margin-right: 15px;
  }
}

