.imag{
	height: 650px;
}
.box{
	width: 60%;
	min-width: 1100px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}
.box_tet{
	font-size: 30px;
	color: #202020;
	margin-bottom: 45px;
	margin-top: 15px;
}
.box_tet1{
	display: flex;
	align-items: flex-start;
	margin-bottom: 31px;
}
.box_tet1_left{
	font-size: 18px;
	color: #5778f5;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 20px;
}
.box_tet1_right{
	font-size: 18px;
	color: #1e1e1e;
	width: 75%;
}
.box_right{
	width: 55%;
	min-width: 500px;
		height: 402px;
		background-color: #eeeeee;
		box-shadow: 0px 2px 6px 4px 
			rgba(64, 64, 64, 0.25);
		border: solid 6px #ffffff;
}
 @media screen and (max-width:750px){
	 .imag{
		 height: 200px;
	 }
	 .box{
		 width: 90%;
		 flex-direction: column;
		 min-width: auto;
		 margin: 15px auto;
	 }
	 .box_tet{
		 font-size: 22px;
		 margin-bottom:22px
	 }
	 .box_tet1_left{
		 width: 80px;
		 font-size:15px
	 }
	 .box_tet1_right{
		 font-size: 16px;
	 }
	 .box_tet1{
		 margin-bottom: 20px;
	 }
	 .box_right {
		 min-width: auto;
		 width: 98%;
		 height: 200px;
		 margin: 0 auto;
		 margin-bottom: 10px;
	 }
 }