section.spec {
  margin-top: 5rem;
}

.spec h2.title, .spec h3 {
  font-family: 'Poppins', sans-serif;
  color: #079bcc;
  font-weight: 700;
}

.spec h2.title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 6vw, 2rem);
  font-weight: 800;
  text-align: center;
  color: #079bcc;
  padding: 25px 20px 10px 20px;
  line-height: 1;
}

.spec h3 {
  margin-top: 1em;
  font-size: 1.4em;
  line-height: 2em;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 15px;
  padding-bottom: 5px;
}

.spec ul li {
  line-height: 1.8em;
  font-size: 0.9em;
}