
.volunteer-main-div {
    /*margin-top: 90px;*/
    display: flex;
    /*flex-wrap: wrap;*/

}

.volunteer-main-div {
    color: #003a63;
}

.image-holder img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.volunteer-form-holder h1 {
    text-transform: capitalize;

}

.volunteer-form-holder {
    padding-left: 20px;
    text-transform: capitalize;
}


.form-label-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.form-label-wrapper input {
    height: 40px;
    padding-left: 10px;

}


.form-label-wrapper label {
    padding-left: 5px;
    font-size: 1.3rem;
    color: #003a63;
    text-transform: capitalize;
    font-weight: bold;
}

.vol_form_list_wrapper {
    margin-bottom: 20px;
}

.signup_button {
    font-size: 20px;
    width: 250px;
    margin-bottom: 20px;
    height: 50px;
    background: #003a63;
    border: none;
    color: white;

}

@media (width <= 900px) {
    .volunteer-main-div {
        flex-wrap: wrap;
    }

    .image-holder {
        align-items: center;
    }
}

@media (max-width: 1281px) {
    .volunteer-form {
        width: 80%;
    }
}