<div class="container">
  <div class="text">
  <p class="title">
    Some text Some text Some text Some text Some text Some text
    <span class="hint">
      Some small <br> text
    </span>
  </p>
  </div>
  <p class="bottom-text">
    Some bottom text 
  </v>
</div>
.title {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
}

.hint {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.5em;
  margin-left: 0.4em;
}

* {
  font-family: sans-serif;
}

.bottom-text {
  font-size: 18px;
  margin: 0;
}
.container {
  max-width: 800px;
  margin: 0 auto;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.