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: 780px;
}

.heart div {
	margin: 10px;
}

#together {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -330px;
}

/* -------  change ---------- */

.container {
	width: 60%;
	margin: 0 auto;
}

.news-box {
	background: white;
	margin: 30px 0;
	box-shadow: 0px 7px 20px 0px rgba(37, 37, 37, 0.5);
	display: flex;
	min-height: 400px;
}

.news-box-photo {
	position: relative;
  }

.news-box-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-box-text {
	width: 50%;
	margin-right: 40px;
	margin-left: 40px;
}

.news-box-text h3 {
	font-size: 24px;
	margin: 25px 0;
	font-family: RalewayBold;
}

.news-box-text p {
	font-size: 18px;
	line-height: 1.5;
	font-family: RalewayMed;
}

.news-box-text a {
	font-size: 19px;
	text-decoration: none;
	color: red;
	font-style: italic;
	display: flex;
	font-family: RalewayMed;
	font-weight: 100;
	margin: 20px 0;
}

.triangle_left {
	position: absolute;
	right: -35px;
	top: 50%;
	border: 35px solid;
	border-color:transparent white transparent transparent;
	transform: translate(-50%, -50%)
}

.triangle_right {
	position: absolute;
	left: 35px;
	top: 50%;
	border: 35px solid;
	border-color:transparent transparent transparent white;
	transform: translate(-50%, -50%);
}
.dataAndWatches {
	display: flex;
	justify-content: space-between;
	width: 150px;
	color: rgba(37, 37, 37, 0.4);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.arrow-more {
	margin-left: 5px;
}

.line {
	margin-right: 5px;
}

/* change ----------- */

footer {
	margin-top: -125px;
}

#counter {
	display: flex;
	justify-content: flex-end;
	width: 1164px;
}

.counter {
	font-size: 20px;
	color: rgba(37, 37, 37, 0.5);
	margin: 2px;
}

.counter_active {
	color: rgba(17, 17, 17, 0.7);
	font-size: 22px;
	margin: 2px;
}

#buttons {
	display: flex;
	justify-content: center;
}

#button1 {
	font-family: 'RalewayMed';
	font-size: 18px;
	color: #ff0000;
	line-height: 1.3;
	border: none;
	background: none;
	outline: none;
	padding: 7px 25px;
}

#button2 {
	font-family: 'RalewayMed';
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	border: none;
	background: #ff0000;
	padding: 7px 25px;
	border-radius: 5%;
	outline: none;
}

footer {
	margin-top: 80px;
}