.page-banner.help {
	background: url(../images/help-banner.jpg);
}
.head {
    color: #41258a;
}
.help-sec1 img.donate {
    border: 7px solid #41258b;
    box-sizing: border-box;
}
.help-sec1 a.donate {
    display: inline-block;
    color: #512c85;
    background-color: #eee132;
    padding: 15px 40px;
    border-radius: 30px;
    margin: 20px 0 0 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.help-sec2 {
	background-image: url(../images/help-sec2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.help-sec2 .box {
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 0 50px;
    font-weight: 600;
    margin-top: 115px;
    margin-bottom: 25px;
}
.help-sec2 .box a.icon {
    border: 5px solid #acacac;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -116px;
    display: inline-block;
    overflow: hidden;
}
.help-sec2 .box a.icon:hover {
    border-radius: 0%;
}
.help-sec2 .box img {
    float: left;
}
.help-sec2 .box .title {
    min-height: 124px;
}
.help-sec2 .box a.link {
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 15px 80px;
    border-radius: 25px;
    background-color: #50c2e1;
    color: #fff;
    margin-top: 10px;
    bottom: -28px;
}
.help-sec2 .box a.link:hover, .help-sec1 a.donate:hover {
    background-color: #3a3a3a;
    color: #fff;
}






@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
    .help-sec2 .box {
        max-width: 560px;
    }
    .help-sec2 .box {
        max-width: 560px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.help-sec2 .box a.icon {
	    width: 150px;
	    height: 150px;
	    margin-top: -75px;
	}
	.help-sec2 .box img {
	    float: left;
	    max-width: 100%;
	}
	.help-sec2 .box a.link {
	    padding: 15px 30px;
	}
	.help-sec2 .box {
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .help-sec2 .box .title {
        min-height: auto;
    }
    .help-sec2 .box .title br {
        display: none;
    }
}