.section4{
	min-height: 543px;
	background: url("../images/sec4.png") no-repeat center center;
	background-size: cover;
}

.section4 .container {
    margin: 0 auto;
    max-width: 960px;
}

.sec4-title {
    font-size: 70px;
    font-weight: 700;
    color: #FB2736;
    margin: 40px 0 0 0;
}

.sec4-sub-title {
    color: #08295F;
    font-size: 27px;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.sec4-boxes {
	font-size: 23px;
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
	max-width: 687px;
}

.sec4-box{
	flex: 1;
}

.sec4-box-title{
	font-weight: 700;
	color: #ED7450;
}

.sec4-box-text{
	font-weight: 600;
	margin-top: 13px;
	line-height: 1.1;
	color: #08295F;
}

a.sec4-btn{
	margin: 47px 0px 0;
}

ul.sec4-menu {
	color: #08295F;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    max-width: 707px;
    margin: 97px 0 0 0;
}


ul.sec4-menu li {
    padding-right: 25px;
    background: url("../images/sec4_url_arr.png") no-repeat right center;
}

ul.sec4-menu li a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 1060px) {
	
	.section4 {
		min-height: auto;
		padding-bottom: 5%;
	}
	
	.section4 .container {
		max-width: 90%;
	}
	
	
	
	.sec4-sub-title {
    	width: 80%;
	}
}







@media screen and (max-width: 620px) {
	
	.sec4-boxes {
		display: block;
		margin-top: 4%;
	}
	.sec4-box {
		margin-top: 4%;
		flex: 1;
	}
	
	.sec4-box-text br, .sec4-sub-title br{display: none;}
	
	.sec4-box-text {
		margin-top: 1%;
	}
	
	.sec4-sub-title {
		width: 90%;
	}
	
	.sec4-title {
		font-size: 14vw;
		margin: 20% 0 0 0;
	}

	ul.sec4-menu {
		font-size: 20px;
		margin: 22% 0 0 0;
	}
	
	ul.sec4-menu li {
    	padding-right: 15px;
	}
	
	.sec4-sub-title {
    	font-size: 21px;
	}
	
	.sec4-boxes {
		display: block;
		margin-top: 6%;
		font-size: 21px;
	}
}

@media screen and (max-width: 480px) {
	.sec4-boxes {
		display: block;
		margin-top: 6%;
		font-size: 21px;
	}
	
	.sec4-box {
		margin-top: 6%;
	}
}

@media screen and (max-width: 400px) {
	ul.sec4-menu {
		font-size: 18px;
		margin: 25% 0 0 0;
	}
	
	ul.sec4-menu li {
		padding-right: 13px;
	}
}
















