.volunteer_container {
    padding: 82px 0;
    border-radius: 32px;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    position: relative;
}

.volunteer_hero_section .volunteer_bg {
    background-color: #25773C;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 32px;
}

img.object {
    position: absolute;
    content: "";
}

img.object.object1 {
    top: 0;
    left: 0;
}

img.object.object2 {
    top: 0;
    right: 0;
}

img.object.object3 {
    bottom: 0;
    right: 0;
}

img.object.object4 {
    bottom: 0;
    left: 18%;
}

.volunteer_hero_section .volunteer_bg h2 {
    color: var(--primary-yellow);
}

.volunteer_hero_section .common_background_btn a.btn-yellow-black:hover svg * {
    stroke: #000000 !important;
    color: #000000 !important;
}

.volunteer_hero_section .common_background_btn a.btn-white-green:hover {
    background-color: #f3e60c !important;
}

.volunteer_hero_section .common_background_btn a.btn-white-green:hover {
    background-color: #f3e60c !important;
    border: 2px solid var(--primary-black, #000000) !important;
}

@media(max-width: 767px) {
    img.object {
        display: none;
    }

    .volunteer_hero_section {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: -6px;
    }

    .volunteer_container {
        padding: 40px 22px;

    }

    .volunteer_hero_section .volunteer_bg h2 {
        color: var(--primary-yellow);
        margin-bottom: 16px !important;
    }

    .volunteer_container a.btn {
        width: 100%;
        padding: 10px 10px;
    }
}