h1 {
	font-size: clamp(2rem, 3vw + 1rem, 2.8125rem);
}
h2 {
	font-size: clamp(1.875rem, 3vw + 1rem, 2.25rem);
}
h3 {
	font-size: clamp(1.25rem, 2vw + 1rem, 1.625rem);
}

/*.frame-type-fullwidthimage .fullwidthimage .image-caption h2 {
	font-size: clamp(2.25rem, 3vw + 1rem, 1.625rem);
}

.frame-type-fullwidthimage .fullwidthimage .image-caption h3 {
	font-size: clamp(2.25rem, 3vw + 1rem, 1.625rem);
}*/

.owl-theme .owl-carousel .owl-caption h2 {
	font-size: clamp(1rem, 2vw + 1rem, 4rem);
}