/* .blog-post .featured-image
{
	width: 50%;
	margin-right: 4rem;
	margin-bottom: 4rem;
	float: left;
}

.blog-post .featured-image img
{
	margin: 0;
}

.blog-post h4,
.blog-post .h4
{
	font-weight: 400;
}

.blog-post
{
	color: #4B5A70;
}

.blog-post p,
.blog-post .p
{
	color: inherit;
  font-size: 2rem; /* Cambia este valor según lo deseado */
}

#theme-container .body-container--blog-post .blog-content-header div[module="blog-post-description"] a,
#theme-container .blog-post a:not(.cta_button)
{
	color: #191731;
	text-decoration: underline;
}

#theme-container .blog-post ol a
{
	color: inherit;
}

.blog-post ol,
.blog-post ul
{
	margin: 2rem 0;
	padding: 0;
	list-style-position: outside;
    margin-left: 1.5em;
}

.blog-post ol > li,
.blog-post ul > li
{
	margin: 0.75rem 0;
}

.blog-post blockquote,
.blog-post .blockquote
{
	font-style: italic;
	margin: 4rem 0;
	padding-left: 2rem;
}

#theme-container .blog-post blockquote p,
#theme-container .blog-post .blockquote p
{
	font-style: inherit;
	font-size: inherit;
}

.blog-post h2,
.blog-post .h2,
.blog-post h3,
.blog-post .h3,
.blog-post h4,
.blog-post .h4,
.blog-post h5,
.blog-post .h5,
.blog-post h6,
.blog-post .h6
{
	margin-top: 2.5em;
}

.blog-post img
{
	margin: 2.5rem 0;
}

.blog-post .cta_button
{
	margin-top: 7rem;
	margin-bottom: 7rem;
}

.blog-post hr
{
	margin: 6.5rem 0;
} */
