body {
	/* background: #fff url("../images/volunteering.png") no-repeat top center; */
	background: #fff;
}

.section1 {
   /* background: #f2f2f2;*/
	background: url("../images/volunteering/sec1.jpg") no-repeat center 23px;
}
nav.top ul li.active::before, #mainMenu li.current_page_item::before {
    width: 114px;
    transform: translateX(8px);
}

.section2 {
    /* min-height: 628px; */
    /*background: #fbfbfb url(../images/sec2.png) no-repeat center top;
    border-bottom: 1px solid #bec2c3;*/
}

.section2 .container {
    min-height: auto;
}

.sec2-title {
    margin-top: 19px;
}

.section3 {
    min-height: auto;
    background: rgb(255,255,255);
    /*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16.5%, rgba(246,246,246,1) 16.5%);*/
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 180px, rgba(246,246,246,1) 180px);
    border-bottom: 1px solid #eee;
    padding-bottom: 3%;
}

.sec3-title {
    font-size: 21.84px;
    font-weight: 700;
    text-align: center;
    margin-top: 79px;
    color: #FFA900;
}

.volunteer-boxes {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin: 2px auto 0;
    max-width: 785px;
}

.volunteer-box {
    width: 33.33%;
    margin-top: 5%;
}

.volunteer-box-icon{
	width: 109.2px;
	height: 109.2px;
	border-radius: 50%;
	background: #02BBE6 url("../images/volunteering/icon_1.png") no-repeat center center;
	margin: auto;
}

.volunteer-box-title {
    font-size: 21.84px;
    font-weight: 300;
    text-align: center;
    margin: 23px auto 0;
    color: #ACACAC;
    min-height: 56px;
    width: 75%;
    line-height: 1.1;
}

.volunteer-box-text {
    font-size: 16.38px;
    font-weight: 500;
    text-align: center;
    margin: 12px auto 0;
    width: 84%;
    line-height: 1.65;
    color: #0F314D;
    min-height: 135px;
    letter-spacing: -0.2px;
}



@media (max-width: 800px) {
	.sec2-titles {
    	padding-right: 0;
	}
	
	.sec2-title {
		margin: 19px  auto 0;
		text-align: center;
	}
	
	.sec2-titles-sep {
		margin: 9px auto 0;
	}

	.volunteer-box {
		width: 48%;
		margin: 5% auto 0;
	}
	
	.volunteer-box-text {
		font-size: 16px;
		margin: 2px auto 0;
		width: 84%;
		line-height: 1.5;
		min-height: 135px;
		letter-spacing: -0.2px;
	}
	
	.volunteer-box-title {
		font-size: 20px;
		font-weight: 500;
		margin: 12px auto 0;
		color: #02bbe6;
		min-height: 48px;
		line-height: 1.1;
	}
	
	.sec3-title {
		margin-top: 5%;
	}
	
	.section1 {
		background-position: 73% 42px;
	}
}


@media (max-width: 480px) {
	.volunteer-boxes {
		margin: 4% auto 0;
	}
	
	.volunteer-box-icon {
		width: 94px;
		height: 94px;
	}
}








