@media screen and ( max-width: 1555px ) {
	#lastNews {
		width: 100%;
	}
}
@media screen and (max-width: 1200px ) {
	.open{
		flex-direction: column;
		height: none;
	}
	.openTop{
		flex-direction: column-reverse;
		margin-top: 675px;

	}
	.triangle{
		position: absolute;
		border-color: transparent transparent white transparent ;
	}
	.triangle{
		top: 301px;
		left: 244px;

	}
}
@media screen and (max-width: 1041px ) {
	#lastNews{
		width: 100%;
	}
}
@media screen and (max-width: 615px ) {
	#testimony h1{
		font-size: 33px;
		color: rgb(37,37,37);
	}
	.triangle{
		display: none;
	}
	.blockNews{
		width:90%;
	}
	.open{
		width: 100%;
	}
	.images{
		width: 100%:;
	}
	.images img{
		width: 100%;
	}
	.contentNew{
		margin:0;
	}
	.contentNew #textTop {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.nineBlocks{
		justify-content: flex-start;
	}
	#figureBox{
		width: 100%;
	}
	#figureBox img{
		width: 100%;
	}
	#figure{
		display: none;
	}
	#lastNews{
		width: 91%;
	}
	#lastNews > div{
		width: 95%;
	}
	.textNews, .titleNews {
		min-width: auto;
		max-width: auto;
	}
}