  .api_h2{
    font-size: 4rem;
    border-bottom: 0.2rem solid #CCCCCC;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
    font-weight: 500;
    position: relative;
  }
  .api_h2::before {
    position: absolute;
    content: "";
    width: 10rem;
    height: 0.4rem;
    background: rgb(46, 204, 113);
    background: linear-gradient(90deg, rgba(46, 204, 113, 1) 0%, rgba(50, 50, 50, 1) 100%);
    bottom: -0.15rem;
    left: 0;
  }
  .api_h3{
    position: relative;
    font-size: 3.2rem;
    padding-left: 5rem;
    font-weight: 500;
    margin-bottom: 0.3em;
  }
  .api_h3::before{
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-image: url(../../img/icon_hd.png);
    width: 3.6rem;
    height: 2.9rem;
    top: 1.8rem;
    left: 0;
  }

  .api_result td {
    border-bottom:1px solid #e2ede6;
    padding-top:1em;
    padding-bottom:1em;
  }
.api_result td a {
  color:#0d6e53;
}


  @media screen and (max-width:1024px) {

  .api_h2{
    font-size: 3.2rem;
  }

  .api_h3 {
    font-size: 2.2rem;
  }

  .api_h3::before {
          width: 3.185rem;
        height: 2.552rem;
        top: 1rem;
  }
}


@media screen and (max-width:520px) {
   .api_h2 {
    font-size: 2.6rem;
  }

}