  .prs_in_right_box_img_cont_wrapper > h3 > a > b{
        color: #000;
      }


      .prs_in_left_img_overlay {
          position: absolute;
          top: 0%;
          right: 0%;
          left: 0%;
          bottom: 0%;
          background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(212,212,212,0) 17%, rgba(3,3,3,1) 99%, rgba(0,0,0,1) 100%);
          background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
          background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(212,212,212,0) 17%,rgba(3,3,3,1) 99%,rgba(0,0,0,1) 100%);
        }
