
/*Header title*/
@media screen and (min-width: 1000px){
	.cmp-about-hero--program-sub .cmp-about-hero__left .cmp-title__text--long {
    font-size: 4.8rem !important;
}
}

@media screen and (max-width: 999px){
	.cmp-about-hero--program-sub .cmp-about-hero__left .cmp-title__text--long {
    font-size: 3rem !important;
}
}

@media screen and (max-width: 280px){
	.cmp-about-hero--program-sub .cmp-about-hero__left .cmp-title__text--long {
    font-size: 2.3rem !important;
}
}