.sub-header {
  border-bottom: solid 1px var(--color-grey-light);
}

.sub-header--major {
  font-weight: 500;
  letter-spacing: 0.2px;
}

.sub-header--minor {
  font-weight: 300;
  text-decoration: none;
  color: var(--color-black);
}

@media only screen and (max-device-width: 811px) {
  .sub-header {
    padding-bottom: 10px;
    line-height: 25px;
  }

  .sub-header--major {
    display: block;
    font-size: 18px;
  }

  .sub-header--minor {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media only screen and (min-device-width: 812px) {
  .sub-header {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 22px;
    margin-bottom: 20px;
  }

  .sub-header--major {
    font-size: 30px;
    line-height: 40px;
  }

  .sub-header--minor {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.16px;
  }

  .sub-header.sub-header--combo {
    justify-content: space-between;
    padding-left: var(--dimension-a);
  }
}
