.pkp_block .title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #000000;
    font-weight: 700;
	text-transform: uppercase;
   }

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: "Minion Pro", -apple-system, BlinkMacSystemFont, "Cambria", "Hoefler Text", "Liberation Serif", "Times", "Times New Roman", "serif";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}