.blog-content h2,
.blog-content h3,
.blog-content h4 {
margin-top: 1.25em;
margin-bottom: .75em;
}
.blog-content p,
.blog-content li {
margin-top: .75em;
margin-bottom: .75em;
} .blog-content h2 {
font-size: 2.75rem;
font-weight: 600;
line-height: 120%;
}
.blog-content h3 {
font-size: 1.5rem;
font-weight: 600;
line-height: 115%;
}
.blog-content h4 {
font-size: 1.125rem;
font-weight: 600;
}
.blog-content p,
.blog-content li {
font-size: 1.125rem;
font-weight: 400;
line-height: 1.4;
}
@media (max-width: 768px) {
.blog-content h2 {
font-size: 1.5rem;
}
.blog-content h3 {
font-size: 1rem;
}
.blog-content h4,
.blog-content p,
.blog-content li {
font-size: .875rem;
}
}