.ppara{
    line-height: 1.7em; font-size: 16px; text-align: justify;
}

.bgrpsc{
    background: linear-gradient(0deg, rgb(251, 213, 106), rgb(255, 191, 54), rgb(255, 191, 54)) no-repeat; color: rgb(0, 0, 0)
}

.pscjobslist{
    width:100%;
    text-align:left;
    float:left;
}
.hd2 {font-size:20px; color:green;
      font-weight:bold;
}

.ulList li a {font-weight:bold;}
.limheight {
    height: 300px; /*your fixed height*/
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}

.limheight li {
    display: inline-block; /*necessary*/
}