h4{
  font-size : 26px;
  color : #FF595A;
  font-weight: 600;
}

.attention {
  width: 100%;
  text-align: left;
}

.attention li{
  font-size : 25px;
  text-indent:100px;
  color: #FF595A;
  font-weight: 600;
}


h5 small{
  font-size : 26px;
  color : #f95669;
}

@media (max-width: 800px) {
    .attention {
      width: 93%;
      text-align: left;
      margin: 10px auto;
    }

    .attention li{
      font-size : 14px;
      text-indent:0px;
      color: #FF595A;
      font-weight: 600;
    }
}