.single-post-wrapper {
    background-color: rgba(255,255,255,1);
    padding-bottom: 1.5rem;
}
.single-post-wrapper .post__body {
    border: 1px solid rgba(204,204,202,0.75);
    padding: 3.625rem 6rem 3.75rem;
    color: var(--black_rock);
    font-size: 1.125rem;
    line-height: 1.5;
}
.single-post-wrapper .post__body .post__title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 3rem;
}
.single-post-wrapper .post__body img {
    max-width: 100%;
    height: auto;
}
.single-post-wrapper .post__body .post__content strong {
	font-weight: 600;
}
.single-post-wrapper .post__body .post__content > * {
	margin: 1em 0;
}
.single-post-wrapper .post__body .post__content h1,
.single-post-wrapper .post__body .post__content h2,
.single-post-wrapper .post__body .post__content h3,
.single-post-wrapper .post__body .post__content h4,
.single-post-wrapper .post__body .post__content h5,
.single-post-wrapper .post__body .post__content h6 {
    font-weight: 500;
    line-height: 1.3612;
}
.single-post-wrapper .post__body .post__content h1 {
    font-size: 2.5rem;
}
.single-post-wrapper .post__body .post__content h2 {
    font-size: 1.75rem;
}
.single-post-wrapper .post__body .post__content h3 {
    font-size: 1.5rem;
}
.single-post-wrapper .post__body .post__content h4 {
    font-size: 1.375rem;
}
.single-post-wrapper .post__body .post__content h5 {
    font-size: 1.25rem;
}
.single-post-wrapper .post__body .post__content h6 {
    font-size: 1.125rem;
}
.single-post-wrapper .post__body .post__content ul {
    margin: 0.9375rem 0;
}
.single-post-wrapper .post__body .post__content ul li {
    margin-left: 2.75rem;
}
.single-post-wrapper .post__body .post__content ul li::before {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: var(--black_rock);
    border-radius: 50%;
    position: absolute;
    top: .75rem;
    left: 0;
}
.single-post-wrapper .post__body .post__content p a:not(.cta_button) {
    color: var(--violet_french);
    text-decoration: underline;
}
.single-post-wrapper .post__body .post__content p a.cta_button.blue {
    background-color: var(--violet_french);
    color: var(--white);
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.75rem;
}
@media screen and ( max-width: 767px ) {
    .single-post-wrapper .post__body {
        padding: 1.5rem 1.875rem;
    }
    .single-post-wrapper {
        padding-bottom: 0;
    }
    .single-post-wrapper .post__body .post__title,
    .single-post-wrapper .post__body .post__content h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    .single-post-wrapper .post__body .post__content h2 {
        font-size: 1.5rem;
    }
    .single-post-wrapper .post__body .post__content h3 {
        font-size: 1.375rem;
    }
    .single-post-wrapper .post__body .post__content h4 {
        font-size: 1.25rem;
    }
    .single-post-wrapper .post__body .post__content h5 {
        font-size: 1.125rem;
    }
    .single-post-wrapper .post__body .post__content h6 {
        font-size: 1rem;
    }
    .single-post-wrapper .post__body {
        font-size: 1rem;
    }
}