/*
Theme name: InsMed - Student In-Training Form
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

h1 {
    font-size: 45px;
}

.section-step-one .section__body {
 font-size: 20px;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.block-price-result p {
		font-size: 18px;
		
}
	
/*

@media screen and (max-height: 900px) {
  p {
    font-size: 15px!important;
  }
}
	
	body {
		font-size: 18px;
	}
	
}

@media screen and (max-width: 995px) , screen and (max-height: 700px) {
  p {
    font-size: 15px!important;
  }
}
	
	
	*/

	
	@media (max-width: 767px) {
		section.section-step-one h1 {font-size: 24px;}
		section.section-step-one p {font-size: 14px;}
	
		
	}