/* text in bubble fix  */
.typography-features-voiceover {
	font-size: 36px;
}

@media (max-width: 1068px) {
	.typography-features-voiceover {
		font-size: 28px;
	}
}

/* paddle nav fix  */
@media (min-width: 1320px) {
	.section-resources .resources-gallery .paddlenav {
		display: none;
	}
}
