body{
	margin: 0 auto;
	max-width: 2000px;
}
#advice{
		background: url(../img/adviceParents.jpg) bottom no-repeat;

	}
#advice h4{
    color: rgb(37,37,37);
    font-family: 'RalewayBold';
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-bottom:20px;
}
.heart{
    display: flex;
    justify-content: center;
    padding-bottom: 440px;
}
.heart div{
    margin: 10px;
}
#together{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -330px;
}
.blockNews{
	background: white;
	margin:30px 0;
	box-shadow: 0px 7px 20px 0px rgba(37,37,37,0.5);
}
.open{
	height: 389px;
	position: relative;
	display: flex;
	width: 80%;
}
.micro img{
	max-width: 583px;
    max-height: 389px;
}
.triangle{
	width: 0;
	height:0;
	border:44px solid;
	border-color:transparent white transparent transparent;
	position: relative;
	bottom: 60%;
	left: 86.5%;
}
.triangleRight{
	width: 0;
	height:0;
	border:44px solid;
	border-color:transparent transparent transparent white;
	position: relative;
	bottom: 60%;
	right:2%;
}
.data {
    color: rgba(37, 37, 37, 0.4);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.data img {
    margin-bottom: 2px;
}
.contentNew{
	margin-right: 40px;
	margin-left: 40px;
}
.contentNew h3{
	font-family: 'RalewaySemiBold';
	font-size: 28px;
	line-height: 0.7;
	color: rgb(37,37,37)
}
.target {
	font-size: 30px;
	font-family: "OpenSansItalic";
	color: rgb(254,0,0);
	line-height: 0.8;
	margin-bottom: 0;
}
.contentNew .textNews{ 
	font-family: 'RalewayMed';
	height:105px;
	width: 500px;
	font-size: 18px;
	line-height: 1.5;
}
.moreIn .inf{
	display: block;
	height: 100%;
	font-size: 19px;
	text-decoration: none;
	color:red;
	font-style: italic;
	display: flex;
}
.inf a{
	display: flex;
	text-decoration: none;
	color:rgb(255,0,0);
}
.moreIn .more{
	margin-right: 15px;
}
footer{
	margin-top: 70px;
}