.hero-action {
    background: var(--yellow);
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 1285px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    line-height: 1.5;
    padding: 30px 20px 30px 10%;
}
.hero-action p {
    font-size: 3.125rem;
    font-family: 'Arvo', serif;
    font-weight: 400;
    margin-bottom: 0;
}
.hero-action p > a {
    font-size: 3rem;
    font-family: 'Hind Siliguri', serif;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 15px;
}
.hero-action p > a:hover,
.hero-action p > a:focus {
    color: #000;
}

.donate-online .flexed,
.volunteer-wrapper .flexed {
    align-items: center;
    margin-bottom: 1.5em;
}
.text-wrapper {
    flex-basis: 48%;
}
.text-wrapper p:last-of-type {
    margin-bottom: 0;
}
.photo-wrapper {
    flex-basis: 40%;
    border: 8px solid #FFF;
    line-height: 0;
}
.photo-wrapper img {
    width: 100%;
}
.donate-online h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3em;
}
.donate-online h3 {
    font-size: 2.1875rem;
    line-height: 45px;
    margin-bottom: 2em;
}
.donate-online a.button {
    background: var(--yellow);
    color: #000;
}
.volunteer-wrapper h2:after {
    content: '';
    display: block;
    margin: 1em 0;
    width: 225px;
    border-bottom: 2px solid var(--yellow);
}
.volunteer-wrapper li {
    margin-bottom: 10px;
}

.donation-methods .flexed {
    justify-content: center;
}
.method {
    flex-basis: 31%;
    margin: 0 1% 1.5em;
    text-align: center;
    border: 1px solid #444;
    padding: 1em 1em 4em;
    position: relative;
}
.method p:last-of-type {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 1125px){
    .donate-online h2 {
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 1080px){
    .hero-action {
        padding: 25px 15px 25px 8%
    }
    .hero-action p {
        font-size: 2.3rem;
    }
    .hero-action p > a {
        font-size: 2.25rem;
    }
    .method {
        flex-basis: 48%;
    }
}
@media screen and (max-width: 900px){
    .hero-action {
        width: 100%;
        position: relative;
        text-align: center;
        clip-path: none;
        padding: 1.5rem 20px;
    }
    .donate-online .flexed,
    .volunteer-wrapper .flexed {
        display: block;
    }
    .photo-wrapper {
        max-width: 600px;
        margin: 0 auto 1.5em;
    }
    .donate-online h2,
    .donate-online h3 {
        margin-bottom: 0.75em;
    }
    .donate-online h3 {
        font-size: 26px;
        font-size: 1.625rem;
    }
    .text-wrapper p:last-of-type {
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 767px){
    .hero-action p {
        font-size: 1.8rem;
    }
    .hero-action p > a {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 600px){
    .donation-methods .flexed {
        display: block;
    }
    .method {
        padding: 1em;
    }
    .method p:last-of-type {
        position: relative;
        bottom: auto;
        left: auto;
    }
}
@media screen and (max-width: 500px){
    .hero-action p {
        font-size: 1.8rem;
    }
    .hero-action p > a {
        display: block;
        text-align: center;
        margin: 0 auto 0;
    }
}
@media screen and (max-width: 420px){
    .hero-action p {
        font-size: 1.5rem;
    }
}