
    .wrkPgTit{
        color: #016799; 
        font-weight: 800; 
        font-size: 35px;
    }

    .wrkPgSec{
        background-color: #F8F8F8; 
        padding: 15px 10px;
    }
    
    .wrkPg ol{
        list-style: none;
        counter-reset: custom-counter;
        padding-left: 0;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    @media screen and (max-width: 767px){
        .wrkPg ol{
            -moz-column-count: 1;
            -webkit-column-count: 1;
            column-count: 1;
        }
    }

    .wrkPg ol li {
        counter-increment: custom-counter;
        padding: 5px 0px;
        display: flex;
    }

    .wrkPg ol li::before {
        content: counter(custom-counter) ".";
        color: #000;
        font-size: 14px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        min-width: 20px;
    }

    .wrkPgCtn{
        display: none;
    }

    .wrkPgCtn.active{
        display: block;
    }

    .wrkPgSubTit{
        font-weight: 700; 
        font-size: 20px;
    }

    .wrkPgCtn img{
        width: 60%;
        margin: 10px 25px;
        border: 2px solid #eee;
        border-radius: 8px;
    }

.wrkPgCtn p {
    margin-top: 30px;
    margin-bottom: 18px !important;
    font-size: 16px !important;
}

.vd-btn {
    background-color: #fff;
    color: #c72926 !important;
    border: 1px solid #c72926;
}

    .vd-btn:hover{
        background-image: linear-gradient(315deg, #fe3038 0, #c72926 74%);
        color: #fff !important;
        border-color: transparent;
    }

    .wrkPgCtn ul{
        list-style-type: disc;
        margin-left: 16px;
    }

    ol.refSec{
        list-style: decimal;
        margin-left: 16px;
    }

    @media screen and (max-width: 767px){
        .wrkPgCtn img{
            width: 100%;
            margin: 10px 0px;
        }

        .vd-btn{
            padding: 5px;
            width: 15%;
        }

        .mbHid{
            display: none;
        }
    }