@media screen and (max-width: 1500px) {
	.openPage{
		margin-left: 5%;
		margin-right: 5%;
	}	
}
@media screen and (max-width: 1040px ) {
	 .imag{
		text-align: center;
	}
	.imag img{
		float: none;
		margin-right: 0;
	}
	.openPage{
		flex-direction: column;
		height: none;
		margin-right: 0;
		margin-left: 0;
	}
	.text{
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-right: 8%;
		margin-left: 8%;
	}
	.triangle{
		position: absolute;
		border-color: transparent transparent white transparent ;
		top: 301px;
		left: 46%;
	}
}
@media screen and (max-width: 615px ) {
	.testOp h4{
		font-size: 33px;
	}
	.text h3{
		font-size: 27px;
		margin-top: 10px;
	}
	.triangle{
		display: none;
	}
	.openPage{
		width: 100%;
	}
	.imag img{
		width: 95%;
	}
	.text{
		font-size: 18px;
		margin-right: 3%;
		margin-left: 3%;
	}
}