





:root {
    --g-secondary-accent: #82adcb !important;
}

.blocks-site .infographic-rss .weblet_web-syndication {
	margin-top: 0;
	padding-top: calc(var(--spacing-1,0) * 20);
}
.infographic-rss .weblet_web-syndication h1, 
.infographic-rss .weblet_web-syndication h2, 
.infographic-rss .weblet_web-syndication h3, 
.infographic-rss .weblet_web-syndication h4, 
.infographic-rss .weblet_web-syndication h5, 
.infographic-rss .weblet_web-syndication h6, 
.infographic-rss .weblet_web-syndication .title {
	text-transform: var(--title-case);
	font-family: var(--custom-title-font-family, var(--title-font-family));
	font-weight: var(--title-weight);
	font-style: var(--title-style);
	letter-spacing: var(--title-spacing);
}

.infographic-rss .weblet_web-syndication h1 {
	text-align: center !important;
	font-size: var(--text-size6) !important;
}
.infographic-rss .weblet_web-syndication h1:after {
	content: "";
	width: 8rem;
	height: 2px;
	background-color: var(--title-underline-color, var(--g-accent-color, black));
	display: block;
	margin: 0.75rem auto 0 auto;
} 

.infographic-rss .weblet_web-syndication-entry-text img {
	float: left;
	max-width: 45% !important;
	margin: 0 1rem 1rem 0 !important;
} 
.infographic-rss .weblet_web-syndication-entry-text a img {
	float: none !important;
	max-width: none !important;
	margin: initial !important;
}

.infographic-rss .weblet_web-syndication-entry-text p:first-of-type {
	margin-top: 0 !important;
} 

.infographic-rss .weblet_web-syndication-entry-text a {
	color: var(--g-accent-color);
	transition: all 0.5s ease;
}
.infographic-rss .weblet_web-syndication-entry-text a:hover {
	color: currentColor;
}