.cterms_c-container {
    padding: 135px 0px 60px 0px;
}


.cheading {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #232e35;
    position: relative;
    padding: 15px;
    margin: 0;
}
.cheading::after {
 
    position: absolute;
    content: "";
    top: 28px;
    left: 58.5%;
    width: 85px;
    height: 6px;
    background-color: #ffc845;
    z-index: -1;
}

.datawr{
    max-width: 100%;

    margin: 30px 0;
}
.datawr .cupdate_date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #232e35;
    padding: 0 15px;
}
.datawr .datainfo{
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding: 0 15px;
}
.datawr .headinfo{
    font-size: 22px;
    font-weight: 600;
    color: #232e35;
    line-height: 30px;
    padding: 0 15px;
}
.datawr .addre{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #232e35;
    padding: 0 15px;
}

.pul.pli{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #232e35;
    transform: translateY(-50%);
}

.listwrap li {
    color: #232e35;

}
.userlistw li {
  color: #232e35;
}




@media screen and (max-width: 1024px) {
    .cterms_c-container {
        padding: 155px 0px 30px 0px;
    }
}

@media screen and (max-width: 992px) {
    .cheading {
        font-size: 24px;
    }
    .cheading::after {
        top: 22px;
        left: 59%;
        width: 54px;
        height: 4px;
    }
    .datawr .cupdate_date {
        font-size: 16px;
    }
    .datawr .headinfo {
        font-size: 18px;
    }
    .datawr .addre {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .cterms_c-container {
        padding: 30px 0px 30px 0px;
    }
}

@media screen and (max-width: 480px) {
    
    .cheading {
        font-size: 20px;
    }
    .cheading::after {
        top: 18px;
        left: 68%;
        width: 45px;
        height: 3px;
    }
    .datawr .cupdate_date {
        font-size: 14px;
    }
    .datawr .headinfo {
        font-size: 16px;
    }
    .datawr .addre {
        font-size: 14px;
    }
}