@import url('https://fonts.googleapis.com/css2?family=--font-family-1:wght@400;700&family=Montserrat:wght@400;500;600;700&display=swap');

/**umb_name:Title*/
h3 {
	color: var(--brand-black);
	font-family: var(--font-family-1-2);
	font-size: var(--title-2);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 100%;
}

/**umb_name:Subtitle*/
h4 {
	color: var(--brand-black);
	font-family: var(--font-family-1-2);
	font-size: var(--title-3);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/**umb_name:Paragraph*/
p {
	color: var(--gray-dark-2);
	font-family: var(--font-family-1);
	font-size: var(--paragraph-1);
	font-style: normal;
	font-weight: 400;
	line-height: 19.38px;
}

/**umb_name:Full-image*/
img.rte-image-full {
	width: 100%;
	height: auto;
}

/**umb_name:Image-media*/
.rte-image-half {
	width: 50%;
	height: auto;
}

@media(max-width:767px) {
	/**umb_name:Paragraph*/
	p {
		font-size: var(--paragraph-2);
		line-height: 16.95px;
	}
}
