*{
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;font-family: Arial, sans-serif;
    
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    
}
h1{
    font-size:32px ;
}
h2{
    font-size: 30px;
    font-weight: bolder;

}
h3{
    font-size: 28px;
    font-weight: bolder;
}
h4{
    font-size: 26px;
    font-weight: bolder;
}
h5{
    font-size: 20px;
    font-weight: bolder;
}
h6{
    font-size: 16px;
    font-weight: bolder;
}
p{
    font-size: 18px;
    line-height: 1.3;
}
.container{
    width: 1130px;
    margin: 0 auto;
}
img{
    max-width: 100%;
  }
  .nsize{
    font-size: 0;
  }
  .iscon{
    text-align: center;
  }
  .cta-button {
    background-color: #FACC15;
    color: #000;
    border: none;
    padding: 7px 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
  margin-top: 0;
  
  }
  
   .cta-button strong {

    font-size: 14px;
  
    line-height: 22px;

  
    font-weight: bold;
    vertical-align: text-bottom;
    display: inline-block;
    padding-left: 5px;
  
  }
  
   .cta-button span {
    background: #fff;
    color: #FACC15;
    padding: 1px 9px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-left: 15px;
  }
  .title{
    margin-bottom: 25px;
  }
  .title h2{
    line-height: 1.3;
  }
  .title h2 img{
    height: 26px;
    vertical-align: middle;
    margin-left: 5px;
  }
button a{
  color: #2E2000;
}
button {
  background-color: #ffc107;
  color: #000;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  width: fit-content;
  margin-top: 100px;

}
.cta-button{
  transition: all 0.3s ease;
}

 button:hover, .cta-button:hover{
  background-color: #e6ac00;
  transform: translateY(-2px);
}
.pc{
  display: inline-block;
}
.sm{
  display: none;
}
