.page--how-you-can-help-php .banner,
.page--how-you-can-help-php .banner--text .banner__wrap {
    max-height: none;
}

.page--how-you-can-help-php .banner--text .banner__wrap {
    height: auto !important;
}

.page--how-you-can-help-php .banner__overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position: static;
}

.page--how-you-can-help-php .column__row.border-bottom a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.page--how-you-can-help-php .responsive-img {
    width: 100%;
}

.page--how-you-can-help-php .text-center {
    text-align: center;
}

.page--how-you-can-help-php h2 {
    margin: 50px 0;
}

.page--how-you-can-help-php #main a,
.page--how-you-can-help-php #main ul li a {
    text-decoration: none;
}

.page--how-you-can-help-php #main a p {
    color: #595959;
}

.page--how-you-can-help-php #main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page--how-you-can-help-php #main ul li {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1792' height='1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='caret' d='M1152 896q0 26-19 45l-448 448q-19 19-45 19t-45-19-19-45V448q0-26 19-45t45-19 45 19l448 448q19 19 19 45z' fill='%23fec13e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 20px;
    padding-bottom: .22222rem;
    padding-left: 1.38889rem;
    padding-top: .22222rem;
    list-style-type: none;
    margin: 0;
}

.page--how-you-can-help-php .border-top-bottom {
    border-top: 2px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
    margin-bottom: 50px;
}

.page--how-you-can-help-php .page__sidebar--right h2 {
    margin: 0 0 16px 0;
}

.page--how-you-can-help-php .border-top-bottom img.responsive-img+p {
    margin: 32px 0 50px 0;
}

.page--how-you-can-help-php p.text-center.extra-margin {
    margin: 0 0 50px 0;
}

.page--how-you-can-help-php .border-bottom {
    padding-bottom: 50px;
    border-bottom: 2px solid #BBBBBB;
    margin-bottom: 50px;
}

.page--how-you-can-help-php .border-bottom:last-child {
    border-bottom: none;
}

.page--how-you-can-help-php .nav-container-bg {
    padding: 20px;
    background-color: #F7F7F7;
}

.page--how-you-can-help-php .padding-right {
    padding-right: 20px;
}

.page--how-you-can-help-php span.right-chevron {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='13px' viewBox='0 0 9 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='OSPCA---Template-Responsive' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop---Design' transform='translate(-824.000000, -999.000000)' stroke='%23FEC13E' stroke-width='2'%3E%3Cg id='One-Time-Gift' transform='translate(270.000000, 987.000000)'%3E%3Cg id='One-time-gift' transform='translate(333.000000, 0.000000)'%3E%3Cpolyline id='Path' points='222 13 228 18.2089432 222 24'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 9px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 959px) {
    .page--how-you-can-help-php .banner__overlay {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .page--how-you-can-help-php .column--70-100 {
        width: 67.5%;
    }
    .page--how-you-can-help-php .page__sidebar--right {
        padding-left: 3%;
    }
    .page--how-you-can-help-php .w80 {
        width: 80%;
        margin: 0 auto;
    }
    .page--how-you-can-help-php .border-top-bottom img.responsive-img+p.w80 {
        margin: 32px auto 50px;
    }
    .page--how-you-can-help-php .img80 {
        max-width: 800px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .page--how-you-can-help-php .column--70-100,
    .page--how-you-can-help-php .column--30-100,
    .page--how-you-can-help-php .column--50-100 {
        width: 100% !important;
        text-align: center;
    }
    .page--how-you-can-help-php .padding-right {
        padding-right: 0px;
    }
    .page--how-you-can-help-php #main ul {
        text-align: left;
    }
    .page--how-you-can-help-php .banner__overlay {
        height: 200px;
    }
    .page--how-you-can-help-php #main h3 {
        margin: 30px 0;
    }
}