@media all and (max-width: 1024px){
	.middle_latest_news{
		width: 950px;
	}
	.right_lemon_water_image{
		right: -275px;
	}
	.middle_events_container{
		width: 950px;
	}
	.one_event{
		width: 296px;
	}
	.event_title_container{
		width: 250px;
	}
	.event_title_text{
		margin-left: 77px;
		font-size: 16px;
	}
}






@media all and (max-width: 950px){
	.middle_latest_news{
		width: 650px;
	}
	.middle_events_container{
		width: 650px;
	}
	.latest_news_container{
		height: 715px;
	}
	.all_latest_news{
		width: 357px;
		height: 472px;
		margin-left: 0;
		margin: auto;
	}
	.one_latest_news_info{
		margin-left: 0;
    	width: 357px;
    	height: 170px;
	}
	.one_latest_news_date{
		text-align: center;
	}
	.one_latest_news_title{
		text-align: center;
	}
	.one_latest_news_read_more_line{
		display: none;
	}
	.one_latest_news_read_more_button{
		float: none;
		margin: auto;
	}
	.latest_news_points_container{
		left: 50%;
		-webkit-transform: translate(-50%,0);
	    -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	}
	.right_lemon_water_image{
	    right: -330px;
	}
	.events_container{
		height: auto;
    	overflow: hidden;
	}
	.all_events{
		width: 465px;
		overflow: hidden;
		height: auto;
		padding-top: 5px;
		margin: auto;
		margin-top: 55px;
		padding-bottom: 50px;
	}
	.one_event{
		width: 455px;
		margin-bottom: 10px;
	}
	.event_title_container {
	    width: 400px;
	}
}









@media all and (max-width: 740px){
	.middle_latest_news{
		width: 550px;
	}
	.middle_events_container{
		width: 550px;
	}
	.right_lemon_water_image{
		bottom: -100px;
		right: -364px;
	}
}








@media all and (max-width: 550px){
	.middle_latest_news{
		width: 340px;
	}
	.image_latest_news{
		width: 340px;
		height: 250px;
	}
	.one_latest_news_info{
		width: 340px;
	}
	.title_latest_news_container_in{
		width: 340px;
		margin-left: -170px;
	}
	.title_latest_news_line{
		width: 100%;
	}
	.all_latest_news{
		height: 421px;
	}
	.right_lemon_water_image{
		display: none;
	}
	.middle_events_container{
		width: 340px;
	}
	.title_events_container{
		width: 340px;
	}
	.title_events_line{
		width: 100%;
	}
	.all_events{
		width: 100%;
		padding-left: 5px;
		left: -5px;
	}
	.one_event{
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}
	.event_title_container{
	    width: 290px;
	}
}