
.projects h3{
  color:#ef4923;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'apercuregular';
}

.projects h3:hover{
  color:#002841;
}


.projects h5, .projects h4{
  text-transform: uppercase;
  font-size: 12px;
  color:#002841;
  font-weight: bold;
  margin:10px 0;
}


.projects h4{
  font-size: 16px;
}

.p-col{
  margin-bottom: 40px;
}

.p-col a{
    display: block;
    padding-bottom: 40px;
    background: url(../img/icons/arrowed.svg) no-repeat bottom left;
    background-size:32px;
}
