
/* small tablets and phones 481 to 767*/
@media only screen and (max-width: 767px) {

	.recipe_header_mobile_text_title_area {
        display: block;
    }
      
    .recipe_header_main_text_title_area {
        display: none;
    }

	.recipe_header {
		flex-direction: column;
	}
	
    .recipe_header_main {
		flex-direction: column-reverse;
	}
}
