


	

	
	#sct_060_phone_number_link
	{
		color: #505050!important;
		transition:							0.2s;
		
	}
	
	#sct_060_phone_number_link:hover
	{
		color: 								rgb(239,125,000,1)!important;
		transition:							0.2s;
		
	}
	
	
	#sct_060_darrow
	{
		
		color: 								rgb(239,125,000,1)!important;
		font-weight: 						bold;
		
	}
	
	
@media screen and (max-width: 575px) 		/* => 000px - 575px || ^= < s > */
	{	
	
		#sct_060_four_words
		{
			font-size:			1.3rem!important;
			line-height: 		2.0rem!important;			
		}
		
		#sct_060_slogan_a
		{
			display: 			block!important;
			font-size:			1.3rem!important;
			margin-top:			20px!important;
			line-height:		2.0rem!important;
		}
		
		#sct_060_slogan_b
		{
			display: 			none!important;
			font-size:			0!important;
			line-height:		0!important;
		}
		
		#sct_060_phone_number
		{
			font-size:			1.3rem!important;
			line-height: 		1.1rem!important;
		}
		
	}
	
	
	
	@media screen and (min-width: 576px) 	/* => 576px - 767px || ^=  < sm > */
	{
		#sct_060_four_words
		{
			font-size:			1.3rem!important;
			line-height: 		2.4rem!important;
		}
		
		#sct_060_slogan_a
		{
			display: 			block!important;
			font-size:			1.3rem!important;
			margin-top:			20px!important;
			line-height:		2.6rem!important;
		}
		
		#sct_060_slogan_b
		{
			display: 			none!important;
			font-size:			0!important;
			line-height:		0!important;
		}
		
		#sct_060_phone_number
		{
			font-size:			1.3rem!important;
		}
		
	}
	
	
	
	@media screen and (min-width: 768px) 	/* => 768px - 991px  || ^=  < md > */
	{
		
		#sct_060_four_words
		{
			font-size:			1.3rem!important;
			line-height: 		2.4rem!important;
			
		}
		
		#sct_060_slogan_a
		{
			display: 			none!important;
			font-size:			0!important;
			margin-top:			0!important;
			line-height:		0!important;
		}
		
		#sct_060_slogan_b
		{
			display: 			block!important;
			font-size:			1.3rem!important;
			margin-top:			20px!important;
			line-height:		2.6rem!important;
		}
		
		#sct_060_phone_number
		{
			font-size:			1.3rem!important;
		}

	}
	
	
	@media screen and (min-width: 992px) 	/* => 992px - 1199px || ^=  < lg > */
	{
		
		#sct_060_four_words
		{
			font-size:			1.3rem!important;
			line-height: 		2.4rem!important;
			
		}
		
		#sct_060_slogan_a
		{
			display: 			block!important;
			font-size:			1.3rem!important;
			margin-top:			20px!important;
			line-height:		2.6rem!important;
		}
		
		#sct_060_slogan_b
		{
			display: 			none!important;
			font-size:			0!important;
			line-height:		0!important;
		}
		
		#sct_060_phone_number
		{
			font-size:			1.3rem!important;
		}



		
	}
	
	
	
	@media screen and (min-width: 1200px) 	/* => 1200px - 1399px || < xl > */
	{
		.myClass
		{
			myStyle:			myValue!important;
		}
		
	}
	
	
	@media screen and (min-width: 1400px) 	/* => 1400px -  ...   || < xxl > */
	{
		.myClass
		{
			myStyle:			myValue!important;
		}
		
	}
	

	
	