
/*--------------------------------------------------
 *                  Remove RD hero
 * --------------------------------------------------*/
 .toptop_banner {
  height: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

/*--------------------------------------------------
 *                  Spec style
 * --------------------------------------------------*/
main.spec {
  max-width: 900px;
  width: 90%;
  margin: 75px auto;
}

main.spec .title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 6vw, 2rem);
  font-weight: 800;
  color: #079bcc;
  padding: 25px 20px 10px 20px;
  line-height: 1;
}

main.spec h3 {
  margin-top: 1em;
  color: #079bcc;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4em;
  line-height: 2em;
  border-bottom: 1px solid #e8e8e8;
}

main ul {
  list-style-type: none;
}

main ul li {
  line-height: 1.8em;
  font-size: 0.9em;
}