
.howto-hero {
  width: 100%;
  background: #fff;
  padding: 48px 20px 0;
  box-sizing: border-box;
}

.howto-container {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

/* Small Label */
.howto-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  color: #111;
  margin-bottom: 18px;
}

/* Main Title */
.howto-container h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
}

/* Blue Line */
.howto-line {
  width: 58px;
  height: 2px;
  background: #004297;
  margin: 18px auto 18px;
}

/* Description */
.howto-container p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
}

/* Mobile */
@media (max-width: 768px) {

  .howto-hero {
    padding: 36px 20px 0;
  }

  .howto-label {
    font-size: 11px;
    letter-spacing: 2.2px;
    margin-bottom: 14px;
  }

  .howto-container h1 {
    font-size: 32px;
  }

  .howto-line {
    width: 45px;
    margin: 14px auto 15px;
  }

  .howto-container p {
    font-size: 15px;
    line-height: 1.65;
  }
}
