@media (min-width: 700px) and (max-width: 1024px) {
	.bx_page h1 {
		display: flex;
		padding-top: 2%;
		padding-bottom: 1%;
		font-size: 1.5rem;
		justify-content: center;
	}
	.bx_page li {
		display: flex;
		flex-direction: column;
		font-size: 1rem;
		line-height: 1.5;
		text-align: justify;
		font-weight: normal;
	 }
	.bx_page li b {
	    display: flex;
        flex-direction: column;
	    font-size: 1rem;
	    line-height: 1.5;
	    text-align: justify;
		font-weight: normal;
     }
	 .bx_page h2 {
		 display: flex;
		 font-size: 1.3rem;
		 text-align: justify;
	 }
	 .zar {
		font-size: 1rem;
		 font-style: italic;
		 text-align: justify;
	 }
	 .bx_page p {
		 display: flex;
		 flex-direction: column;
		 font-size: 1rem;
		 line-height: 1.5;
		 text-align: justify;
		 font-weight: bold;
	 }
}


@media (min-width: 1025px) and (max-width: 8000px) {
	.bx_page h1 {
		display: flex;
		padding-top: 2%;
		padding-bottom: 1%;
		font-size: 1.8rem;
		justify-content: center;
	}
	.bx_page li {
		display: flex;
		flex-direction: column;
		font-size: 1.25rem;
		line-height: 1.5;
		text-align: justify;
		font-weight: normal;
	 }
	.bx_page li b {
		display: flex;
		flex-direction: column;
		font-size: 1.25rem;
		line-height: 1.5;
		text-align: justify;
		font-weight: normal;
	 }
	 .bx_page h2 {
		 display: flex;
		 font-size: 1.5rem;
		 text-align: justify;
	 }
	 .zar {
		font-size: 1.25rem;
		 font-style: italic;
		 text-align: justify;
	 }
	 .bx_page p {
		 display: flex;
		 flex-direction: column;
		 font-size: 1.25rem;
		 line-height: 1.5;
		 text-align: justify;
		 font-weight: bold;
	 }
	
}