.content_publication > h1,
.content_publication > h2,
.content_publication > h3,
.content_publication > h4,
.content_publication > h5,
.content_publication > h6 {
	margin: 0;
	padding: 24px 0 16px;
}

.content_publication > h1:first-child,
.content_publication > h2:first-child,
.content_publication > h3:first-child,
.content_publication > h4:first-child,
.content_publication > h5:first-child,
.content_publication > h6:first-child {
	padding-top: 0;
}

.content_publication > h4,
.content_publication > h5,
.content_publication > h6{
	font-family: "Unbounded", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
	color: #000000;
}

.content_publication > p,
.content_publication > ul {
	font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #666666;
}

.content_publication > p {
	margin-bottom: 10px;
}

.content_publication > ul {
	padding-top: 10px;
	padding-bottom: 15px;
}