/* ====eligible to join==== */
.eligible-join{
    padding: 0 0 95px;
    color: #515151;
}
.eligible-join h2.sec-title-center{
    font-weight: 400;
    color: #75b027;
    position: relative;
    line-height: 26.48px;
    padding: 0px 0px 23px 0px;
    text-align: center;  
    font-size: 35px;
    text-transform: none;
    margin-bottom: 17px;
}
.eligible-join h2.sec-title-center::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    background: #75b027;
}
.eligible-join .sub-title{
    font-size: 20px;
    color: #515151;
    text-align: center;
    line-height: 30px;
    max-width: 671px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.join-bottom-ct p{
    font-size: 16px;
    padding: 0 0 11px;
}

/* */
.widget-snippet ul li {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0px 28px;
    list-style-type: none;
}
.widget-snippet ul li::before{
    content: "";
    position: absolute;
    top: 9px;
    background: url('/template/1614313d/images/check-icon.png');
    background-repeat: repeat;
    background-repeat: no-repeat;
    left: 0px;
    height: 100%;
    width: 24px;
}

body.widget-snippet{
    padding: 95px 0 0;
}
