@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #424242;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #424242;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #424242;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #424242;
}

.p-icons {
	text-align: center;
	margin: 1.5rem 0 0;
}

.p-icons--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: var(--row-gap-paragraph);
}

.p-icons .paragraphs {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 2rem;
	margin-bottom: 0;
}

.p-icons .p-editorial {
	text-align: center;
	margin: 0;
	width: 25%;
}

.p-icons .p-editorial--content {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-icons .p-editorial .container {
	padding: 0;
}

.p-icons .p-editorial--text {
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
	width: 100%;
	margin-top: 1.5rem;
}

.p-icons .p-editorial--text .title {
	font-size: 2.5rem;
	font-family: var(--font-family-title);
	margin-bottom: 1rem;
}

.p-icons .p-editorial--text .text {
	font-size: 1rem;
}

.p-icons .p-editorial .media {
	-ms-flex-order: 1;
	order: 1;
	max-width: 9.38rem;
	max-height: 9.38rem;
	width: 100%;
}

@media (max-width: 1023px) {

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 40px;
}

.title-h3 {
	font-size: 40px;
}

.title-h4 {
	font-size: 40px;
}

.p-icons .paragraphs {
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-icons .p-editorial {
	text-align: left;
	width: 100%;
}

.p-icons .p-editorial--content {
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-icons .p-editorial--text {
	padding-left: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	column-gap: 16px;
}

.p-icons .p-editorial--text .title {
	font-size: 30px;
}

.p-icons .p-editorial--text .text {
	font-size: 16px;
}

.p-icons .p-editorial .media {
	max-width: 100px;
	max-height: 100px;
}

}

