.exhibitions h2 {
    margin-bottom: 40px;
    font-size: 30px;
 }
 .exhibitions ul {
    margin-bottom: 40px;
 }
 .exhibitions ul li {
    border-bottom: solid 1px #eee;
    padding: 15px 0px;
    font-size: 16px;
 }
 .exhibitions ul li:last-child {
    border-bottom: none;
 }

 .headline {
    border-bottom: none;
 }
 .pitem{
   color: #444 !important
 }
 .pitem:active{
   color: #000!important
 }