body{
	margin: 0 auto;
	max-width: 2000px;
}
.testOp h4{
    font-family: 'RalewayBold';
    font-size: 48px;
    text-align: center;
    margin-top: 50px;
    margin-bottom:20px;
}
.heart{
    display: flex;
    justify-content: center;
}
.heart div{
    margin: 10px;
}
.openPage{
    position: relative;
    margin-top:30px;
	margin-left: 14%;
	margin-right: 14%;
}
.imag img{
	position: relative;
	float:left;
	margin-right: 50px;
	margin-bottom:125px;
	width: 51%;
	height: auto;
	max-height: 700px;
}
.data {
    color: rgba(37, 37, 37, 0.4);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.data img {
    margin-bottom: 2px;
}
.openInfo{
	margin-top: 0;
}
.triangle{
	width: 0;
	height:0;
	border:44px solid;
	border-color:transparent white transparent transparent;
	position: relative;
	top:157px;
	left:495px;
}

ul{
	margin:0;
	padding:0;
	list-style: none;
	display: flex;
}
.text h3{
	font-size: 30px;
	color: rgb(37, 37, 37);
}
.text li{
	margin-right: 7px;
}
.openInfo{
	font-family: 'RalewayRegular';
	color: rgb(37,37,37);
	line-height: 1.5;
	font-size:20px;
}
.text{
	position: relative;
	bottom: 118px;
}

