.bg-image-container {
    background-image: url(https://sammre.com/hubfs/Investment%20Thesis/Images/thesis-hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

h1 {
    font-weight: 700
}

.author-title {
    color: #898989;
    leading-trim: both;
    text-edge: cap;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.author-name {
    color: var(--bs-teal);
    font-weight: 700
}

.orangebox {
    border: 1px solid var(--cs-orange);
    border-radius: 2px;
    display: inline-block;
    font-family: var(--cs-header-font);
    font-size: 1.19rem;
    padding: .375rem .75rem
}

.orange-ch,
.orangebox {
    color: var(--cs-orange);
    font-weight: 700
}

.readtime {
    opacity: .5
}