@media (max-width: 1023px){
	.only-pc{
		display: none;
	}
	
	.only-mobile{
		display:block;
	}
	
	.text{		
		min-width: 0 !Important;
	}
	
	.left-column-50{
		min-width: 0 !important;
	}
	
	.image img{
		min-width: 0 !important;
	}
		
	.nutri-board{
		left: 3.5% !important;
		bottom: 49% !important;
	}	
	
	.nutri-board-bottom{
		right: 3.5% !important;
		top: 66% !important;
	}	
	
	.title{
		padding-left:20px;
		padding-right:20px;
	}
	
	.description{
		padding-left:20px;
		padding-right:20px;
	}
	
	.description-right{
		padding-left:20px;
		padding-right:20px;
	}
	
}