
.section1 .inner{
	margin-top:150px;
	width:100%;
	height:100%;
}

.section1 .title{
	width:400px;
	height:50px;
}

.section1 .subtitle{
	font-family:'Kommersant Modern';
	font-size:35px;
	color:#0065B4;
	margin-left:200px;
	margin-top:-20px;
}

.row_boxes{
	margin-top:30px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.box1{
	width:500px;
	height:300px;
	
	margin-bottom:40px;
	
	padding-left:20px;
	padding-top:48px;
	
	background-color:#CCCCCC;
	border-radius:40px;
	
	text-align: center left;
}

.box1_txt_inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
	align-items:center;
	
	margin-bottom:25px;
}

.box1_txt_inner .circle{
	width:20px;
	height:20px;
	
	margin-right:10px;
	
	background-color:#0099D4;
	border-radius:10px;
}

.box1_text{
	
	font-family:'Georgia';
	font-size:21px;
	color:#002D5F;
}

.box2{
	width:300px;
	height:300px;
	
	margin-left:40px;
	margin-bottom:40px;
	
	object-fit: cover;
	border-radius:40px;
}
	

@media (max-width: 1350px){
	.row_boxes{
		flex-wrap:wrap-reverse;
	}
	
	.box1{
		height:250px;
		
		padding-top:28px;
	}
	
	.box1_text{
		font-size:18px;
	}
	
	.box2{
		width:250px;
		height:250px;
		margin-left:20px;
	}
}

@media (max-width: 1200px){
	.row_boxes{
		flex-wrap:wrap-reverse;
	}
	
	.box1{
		margin-left:20px;
		width:820px;
	}
	
	.box2{
		width:300px;
		height:300px;
		
		margin-left:0px;
		margin-right:40px;
	}
	.box3{
		margin-left:40px;
		margin-right:0px;
	}
}

@media (max-width: 800px){
	.box1{
		margin-left:20px;
		width:820px;
	}
	
	.box2{
		width:250px;
		height:250px;
		
		margin-left:0px;
		margin-right:40px;
	}
	.box3{
		margin-left:40px;
		margin-right:0px;
	}
}

@media screen and (max-device-width: 1000px){
	
	.section1 .title{
		width:640px;
		height:70px;
	}
	
	.section1 .subtitle{
		font-size:60px;
		color:#0065B4;
		margin-left:350px;
		margin-top:-30px;
	}
	
	.box1_text{
		font-size:38px;
	}
	
	.box1{
		width:95%;
		height:400px;
		
		padding-top:40px;
	}
	
	.box2{
		width:400px;
		height:400px;
		margin-left:0;
		margin-right:0;
	}
	.box3{
		margin-left:30px;
	}
	
	.section1 .inner{
		margin-top:250px;
	}
}