.hnn-sub_renew-content-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hnn-sub_renew-content-inner-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.hnn-sub_renew-content-inner-title h2{
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.hnn-sub_renew-content-inner-title p{
  font-size: 20px;
  font-weight: lighter;
  color: #000;
}
.hnn-sub_renew-content-inner-certificate{
  display: flex;
  flex-direction: column;
  width: 330px;
  margin-bottom: 28px;
}
.hnn-sub_renew-content-inner-certificate img{
  width: 100%;
  border: 1px solid #7a7a7a;
}
.hnn-sub_renew-content-inner-certificate p{
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  color: #7A7A7A;
}
.hnn-sub_renew-content-inner-certificate-list{
  display: flex;
  gap: 60px;
}
.hnn-sub_renew-content-inner-certificate-list-item{
  display: flex;
  flex-direction: column;
}
.hnn-sub_renew-content-inner-certificate-list-item img{
  width: 100%;
  height: 380px;
  border: 1px solid #7a7a7a;
}
.hnn-sub_renew-content-inner-certificate-list-item p{
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  color: #7A7A7A;
}

@media (max-width: 767px) {
  .hnn-sub_renew-content-inner {
    width: 100%;
  }
  .hnn-sub_renew-content-inner-title{
    margin-bottom: 40px;
  }
  .hnn-sub_renew-content-inner-title h2{
    font-size: 23px;
  }
  .hnn-sub_renew-content-inner-title p{
    font-size: 16px;
  }
  .hnn-sub_renew-content-inner-certificate{
    width: 248px;
    margin-bottom: 26px;
  }
  .hnn-sub_renew-content-inner-certificate img{
    width: 100%;
    border: 1px solid #7a7a7a;
  }
  .hnn-sub_renew-content-inner-certificate p{
    font-size: 16px;
  }
  .hnn-sub_renew-content-inner-certificate-list{
    display: flex;
    gap: 20px;
  }
  .hnn-sub_renew-content-inner-certificate-list-item{
    display: flex;
    flex-direction: column;
  }
  .hnn-sub_renew-content-inner-certificate-list-item img{
    width: 100%;
    height: 190px;
    border: 1px solid #7a7a7a;
  }
  .hnn-sub_renew-content-inner-certificate-list-item p{
    font-size: 16px;
  }
}