    .bg-1 {
        background-image: url(https://demo.gethugothemes.com/wishfund/site/images/bg/bg-3.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page-title {
        padding: 100px 0;
    }

    .page-title {
        position: relative;
    }

    .page-title .block h1 {
        color: #fff;
    }

    .text-lg {
        font-size: 3.25rem;
        line-height: 1.2;
    }

    .section {
        padding: 100px 0;
    }

    p {
        /* color: #6c757d;   */
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .content p strong{
        font-size: 18px;
        color: black;
    }
.content ul li{
line-height: 3rem;
font-size: 18px;
} 
.content ul li strong{
color: black;
font-size: 20px;
}
    #volunteer-benefits {
        font-size: 20px;
        line-height: 30px;
        /* font-family: bitter, serif; */
        font-weight: 900;
        color: #232323;
    }

    .text-color {
        color: #eb3332;
    }

    .text-md {
        font-size: 2.25rem;
        line-height: 1.6;
        font-weight: 900;
        color: #232323;
    }

    .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;
    }