@CHARSET "ISO-8859-1";

@media screen and (max-width: 1650px) and (max-aspect-ratio: 13/9) { 
	.page_section {
		width: 70%;	
	}
	
	.home_section_1_background {
		background-size: auto;
	}
}

@media screen and (max-width: 1650px) and (orientation: landscape) {
	.page_section {
		width: 70%;	
	}
	
	.home_section_1_background {
		background-size: auto;
	}
}

@media screen and (max-width: 1400px) and (max-aspect-ratio: 13/9) { 
	.page_section {
		width: 80%;	
	}
	.home_section_1_content_container, .home_section_2_content_container, .home_section_3_content_container, .home_section_4_content_container {
		font-size: 22px;
	}
}

@media screen and (max-width: 1400px) and (orientation: landscape) {
	.page_section {
		width: 80%;	
	}
	
	.home_section_1_content_container, .home_section_2_content_container, .home_section_3_content_container, .home_section_4_content_container {
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px) and (max-aspect-ratio: 13/9) { 
	.page_section {
		width: 90%;	
	}
	
	.home_section_1_content_container, .home_section_2_content_container, .home_section_3_content_container, .home_section_4_content_container {
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
	.page_section {
		width: 90%;	
	}
	
	.home_section_1_content_container, .home_section_2_content_container, .home_section_3_content_container, .home_section_4_content_container {
		font-size: 18px;
	}
}

@media screen and (max-width: 700px) and (max-aspect-ratio: 13/9) { 
	.section_text {
	    font-size: 28px;
	}
	
	.home_section_1_title_container img, .home_section_2_title_container img, .home_section_3_title_container img, .home_section_4_title_container img {
		max-height: 45px;
	}
	
	.home_payment_gateways {
		font-size: 18px;
	}
	
	.home_payment_gateways img {
		max-height: 45px;
	}
}

@media screen and (max-width: 700px) and (orientation: landscape) {
	.section_text {
	    font-size: 28px;
	}
	
	.home_section_1_title_container img, .home_section_2_title_container img, .home_section_3_title_container img, .home_section_4_title_container img {
		max-height: 45px;
	}
	
	.home_payment_gateways {
		font-size: 18px;
	}
	
	.home_payment_gateways img {
		max-height: 45px;
	}
}