.section4{
	/* min-height: 633px; */
	background: #f4f4f4 url("../images/sec4.png") no-repeat center center;
	background-size: cover;
	padding-bottom: 6%;
}

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

button.sec4-btn-close {
    font-size: 20px;
    font-weight: 700;
    background: #08295f;
    display: flex;
    padding: 4px 16px;
    cursor: pointer;
    margin: 7% auto 0;
    font-family: "noto-sans-hebrew-ex-cond", sans-serif;
}

button.sec4-btn-close:hover{
	background: #000;
}


.sec4-title {
    font-size: 50px;
    font-weight: 700;
    color: #00154f;
    margin: 5% 0 0 0;
}

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

.sec4-boxes {
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    max-width: 96%;
}

/*.sec4-box{
	flex: 1;
}*/

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

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

.sec4-box-ul {
    font-size: 19px;
    font-weight: 600;
    margin-top: 13px;
    line-height: 1.1;
    color: #08295f;
    list-style: none;
}

.sec4-box-ul li{
	margin-top: 6.5%;
}



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: 1200px) {
	.section4 {
		padding-bottom: 15%;
	}
	
	.sec4-boxes {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 5% 6%;
		width: 80%;
		margin: 5% auto 0;
	}
	
	.sec4-box-ul li {
		margin-top: 1.5%;
	}
	
	.sec4-title {
    	text-align: center;
	}
}



@media screen and (max-width: 1060px) {
	
	.section4 {
		min-height: auto;
		padding-bottom: 15%;
	}
	
	.section4 .container {
		max-width: 90%;
	}
	
	
	
	.sec4-sub-title {
    	width: 80%;
	}
	
	.sec4-boxes {
    	display: grid;
		grid-template-columns: 1fr 1fr;
	}
	    
	.sec4-boxes {
			width: auto;
	}
	
	
	
	
	
}







@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: 10vw;
		margin: 10% 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;
	}
	
	.sec4-box-ul li {
		margin-top: 0.5%;
	}
	
	.sec4-box-ul {
		margin-top: 1%;
    	font-size: 18px;
	}
}

@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;
	}
}
















