.volunteering_hours_form {
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0px 33px 88px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.volunteering_hours_form button,
.volunteering_hours_form input,
.volunteering_hours_form label {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.volunteering_hours_form label {
    font-weight: 600;
    color: #171717;
    font-size: 15px;
}

.volunteering_hours_form input {
    padding: 5px 15px !important;
}

.vol_process_text {
    color: #469620;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .volunteering_hours_form {
        padding: 10px;
    }
}