/**
* Block Name: text
*/

section.text h2 {
  margin-bottom: 0;
}
section.text span.number {
  margin-top: 29px;
}

section.text .content {
  position: initial;
}

@media (min-width: 768px) {
  section.text span.number {
    position: absolute;
    left: 15px;
  }
}
