.section {
    padding: 100px 0;
}

p {
    /* color: #6c757d;   */
    margin-top: 0;
    margin-bottom: 1rem;
}

.content p strong {
    font-size: 18px;
    color: #529f37;
}

.content ul li {
    line-height: 3rem;
    font-size: 18px;
}

.join-us-heading{
    font-size: medium;
    font-weight: 100;
    lighting-color: revert;
}

.content ul li strong {
    color: #529f37;
    font-size: 20px;
}

#volunteer-benefits {
    font-size: 20px;
    line-height: 30px;
    /* font-family: bitter, serif; */
    font-weight: 900;
    color: #529f37;
}

.text-color {
    color: #eb3332;
}

.text-md {
    font-size: 2.25rem;
    line-height: 1.6;
    font-weight: 900;
    color: #529f37;
}

.volunteer-form .form-control {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 6%);
}

.volunteer-form .form-control {
    /* height: 60px; */
    padding-left: 20px;
    background: #f7f9f3;
    border-radius: 3px;
}

.volunteer-form textarea.form-control {
    height: auto;
}

.volunteer-form .form-control {
    border: 1px solid rgba(0, 0, 0, 6%);
}

.volunteer-form .form-control:focus {
    border-color: #eb3332;
}

.btn-main,
.btn-small {
    background: #f02c36;
    border-color: #f02c36;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid transparent;
}

.volunteer-form .btn:hover {
    background: 0 0;
    color: #3f3f95;
    border-color: #3f3f95;
}
