@font-face {
  font-family: "Protest";
  src: url(fonts/Protest.ttf) format('truetype');
}

.container-news{
	background: #fff;
}

.container-title-news{
	width: 100%;
}

.container-title-news video{
	margin-top: -100px;
	width: 100%;
}

.info-offers{
	background: #202020;
	padding: 20px;
	padding-bottom: 30px;
	margin-top: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: Protest;
	text-align: center;
}

.info-offers h1{
	font-size: 50px;
}

.stars i{
	color: #ffc003;
	font-size: 50px;
	padding-top: 10px;
}

.image-offer1{
	max-width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-offer1 img{
	width: 50%;
}

.test-offers{
	width: 70%;
}

.container-all-news{
	display: flex;
	max-width: 100%;
	justify-content: center;
	margin: auto;
}

.info-news{
	width: 30%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	margin: 10px;
	background: #202020;
	color: #fff;
	
}

.info-news img{
	width: 95%;
	margin-top: 10px;
}

.info-news h1{
	font-family: Protest;
	font-size: 40px;
	margin-top: 20px;
}

.info-news h2{
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 15px;
	max-width: 80%;
	font-family: Open Sans;
}

.info-news a{
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	font-family: Protest;
	background: #ffc003;
	color: #000;
}

.info-news a:hover{
	background: #720307;
	color: #fff;
	cursor: pointer;
}

#news2{
	display: none;
}

#news1{
	display: block;
}


@media(max-width:1000px) {

.container-all-news{
	display: flex;
	flex-direction: column;
}

.info-news{
	width: 90%;
}

#news1{
	display: none;
}

#news2{
	display: block;
}


#news1{
	display: none;
}

#news2{
	margin-top: -40px;
}

.test-offers{
	margin-top: 25px;
}

.test-offers h1{
	font-size: 25px;
}

.info-offers img{
	width: 100%;
}

.info-offers i{
	font-size: 30px;
}

.info-news{
	width: 95%;
	padding-bottom: 30px;
}


}