/***************header****************/
.header{
	background: linear-gradient(to right,rgba(255,87,34,1),rgba(246,77,54,1));
	box-shadow: 0 4px 4px 0 rgba(100,100,100,0.3);
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index:15555;
}

/*************wrapper*************/
html,body{
	width: 100%;
	height: 100%;
}
.content{
	position: relative;
	padding-top: 60px;
}
.wrapper-img{
	width: 100%;
}

.healthy-news{
	width: 1200px;
	min-width: 62.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}