section.page-banner.how-you-can-help {
	background-image: url(../images/how-you-can-help-banner.jpg);
}
section.page-banner.how-you-can-help:after {
    display: none;
}
section.page-banner.how-you-can-help h1.georgia {
    text-align: center;
    margin: 270px 0 155px 0;
}
.how-help-box a.thumb, .how-help-box a.thumb img {
    float: left;
}
.how-help-box a.thumb {
    width: 13%;
}
.how-help-box .help-info {
    float: left;
    width: 86%;
    padding: 0 0 0 3%;
}
.how-help-box .help-info .z-t-35 {
    text-transform: uppercase;
}
.how-help-box a.z-t-21 {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #048804;
    padding: 7px 50px;
    float: left;
    margin: 20px 0 0 0;
}
.how-help-box a.z-t-21:hover {
    background-color: #262626;
}
.how-help-box {
    border-top: 1px solid #959595;
}
.how-help-box.box1 {
    border: none;
}




@media screen and (max-width: 1200px) {
	section.page-banner.how-you-can-help h1.georgia {
	  margin: 270px 0 155px;
	}
}
@media screen and (max-width: 990px) {
	section.page-banner.how-you-can-help h1.georgia {
	  margin: 170px 0 100px;
	}
}
@media screen and (max-width: 768px) {
	.how-help-box a.thumb {
	  display: none;
	}
	.how-help-box .help-info {
	  padding: 0;
	  width: 100%;
	}
	.how-help-box a.z-t-21 {
	  margin: 0;
	}
	.z-pv-50 {
	  padding-bottom: 20px;
	  padding-top: 20px;
	}
	section.page-banner.how-you-can-help h1.georgia {
	  margin: 170px 0 70px;
	}
}