.wealth-sec1 {
	background-color: #0f2645;
}
.wealth-sec1 .text, .wealth-sec2 .text, .wealth-sec3 .text, .wealth-sec4 .text {
    line-height: 33px;
}
.wealth-sec1 .head {
    color: #7d9bc0;
}
.wealth-sec2 {
    background-image: url(../images/wealth-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.wealth-sec3 {
    background-image: url(../images/wealth-sec3-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.wealth-sec3 .links a {
    float: left;
    color: #fff;
    background-color: #7d9bc0;
    padding: 20px;
    margin: 1%;
    width: 18%;
    text-align: center;
}
.wealth-sec3 .links a:hover {
    background-color: #dc0032;
}
.wealth-sec4 {
    background-image: url(../images/wealth-sec4-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}



@media screen and (max-width: 1362px) {
	.wealth-sec3 a.btn-red {
	    padding: 20px 60px;	
	}
	.wealth-sec3 .links a {
	    width: 23%;	
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.wealth-sec3 .links a {
	    width: 31%;
	}
}
@media screen and (max-width: 479px) {
	.wealth-sec1 .z-pv-70, .wealth-sec2, .wealth-sec3, .wealth-sec4 {
	    padding: 30px 0;
	}
	.wealth-sec3 .links a {
	    width: 100%;
	    margin: 7px 0;
	    padding: 10px;
	}
	.wealth-sec1 .text, .wealth-sec2 .text, .wealth-sec3 .text, .wealth-sec4 .text {
	    padding-top: 15px;
	}
	.wealth-sec2 .text, .wealth-sec3 .text, .wealth-sec4 .text {
	    padding-bottom: 15px;
	}
	.wealth-sec3 a.btn-red {
	    padding: 15px 25px;
	}
	.wealth-sec1 .text, .wealth-sec2 .text, .wealth-sec3 .text, .wealth-sec4 .text {
	    line-height: normal;
	}
}