.event-callout-section {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 400;
	color: #003C46;
}

.event-title {
	font-size: 40px;
	line-height: 1.2;
}

.event-card-title {
	font-size: 24px;
	line-height: 1.33;
}

.event-card-type {
	font-size: var(--14px);
	line-height: 1.71;
}

.event-card-description {
	font-size: var(--14px);
	line-height: 1.71;
	color: #575757;
}

@media only screen and (max-width: 990px) {
	.event-title {
		font-size: calc(1.275rem + 0.3vw);
		line-height: initial;
	}
}

@media only screen and (max-width: 500px) {
	.event-card-title {
		font-size: calc(1.2rem + 0.3vw);
		line-height: initial;
	}
}