section.banner {
    background: linear-gradient(to bottom,
            #CCFE04 0px,
            #CCFE04 300px,
            transparent 300px,
            transparent 100%);
}

section.banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

section.banner .content {
    max-width: 692px !important;
}

section.banner .row{
    gap: 60px 0;
}

section.bills_passed {
    background: url('../../assets/img/advocacies/Bills Passed.jpg')no-repeat center center/cover;
}

section.bills_passed .header {
    max-width: 692px;
}

section.bills_passed .content {
    border: 1px solid #E7E7E7;
    background: #FFF;
    height: 100%;
    padding: 20px;
    max-width: 616px;
}

section.bills_passed .content img {
    height: 200px;
    object-fit: contain;
    margin-bottom: 30px;
}


section.bills_passed .content .to_download {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

section.bills_passed .content .download {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

section.bills_passed .content .download p {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section.bills_passed .content .image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


section.project .left_content{
    max-width: 692px;
}

section.project .header{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

section.project img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}

section.project .main_content{
    padding: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    height: 100%;
}

section.project .content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.testimonial{
    background: url('../../assets/img/advocacies/Real Stories Real Impact.jpg')no-repeat center center/cover;
}

section.testimonial .left_content{
    max-width: 692px;
}

section.testimonial button.play {
    position: absolute;
    z-index: 1;
}

section.testimonial .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    max-height: 400px;
}

section.testimonial iframe {
    height: 400px;
    width: 100%;
}

section.downlaod_online_form{
    background: url('../../assets/img/advocacies/Commitment to Progress.jpg')no-repeat center center/cover;
}

section.downlaod_online_form .content{
    max-width: 660px;
    margin: 0 auto;
}

section.downlaod_online_form h2,
section.downlaod_online_form p{
    color: #000;
}

section .green_btn{
    background-color: #BBE303;
}


@media (max-width: 991px) {
    section.banner .row{
        gap: 45px 0;
    }

    section.bills_passed .content{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    section.banner .row{
        gap: 30px 0;
    }

    section.project .header,
    section.testimonial .header{
        flex-direction: column;
        align-items: start !important;
        gap: 30px 0;
    }
}

@media (max-width: 767px) {
    section.bills_passed .content .to_download{
        gap: 16px 20px;
    }
}

@media (max-width: 420px) {
    section.bills_passed .content .download{
        flex-direction: column;
        align-items: start;
    }
}