.blog-post h1 {
    font-weight: 300;
    font-size: 2rem;
    margin-top: 1.5rem;
}

.blog-post-hero h2 {
    color: var(--text-gray);
    font-size: 1.35rem;
    font-weight: 300;
    margin-top: .5rem;
}

.blog-post p {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
}


.featured-image {
    width: 100%;
    border-radius: .5rem;
    max-height: 25rem;
    object-fit: cover;
}

.blog-post-hero {
    padding: 0 0 1rem 0;
}

.content-wrapper img {
    border-radius: .5rem;
    width: 100%;
}

a {
    color: var(--text-white);
    font-weight: bold;
    cursor: pointer;
}

.content-wrapper ul  {
    padding-left: 1rem;
}

.content-wrapper ul li {
    list-style: disc;
}

.content-wrapper iframe {
    width: 100%;
}