.section-title {
  display: inline-block;
  position: relative;

  &__text {
    font-family: 'Qanelas-Bold', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: .5em;
  }

  &__line {
    width: 1440px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #000000;
    margin: 0;

    &--shorter {
      width: 640px;
    }
  }

  &__description {
    font-family: 'Helvetica-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
    width: 100%;
    max-width: 775px;
  }
}

.section-title-cover {
  display: inline-block;
  padding: 2em 5em 2.5em 0;
  background-image: url(../images/dakota-text.png);
  background-size: 96%;
  background-position: 10px -15px;
  background-repeat: no-repeat;
}
