.accoladeBorder h2 {text-align:center; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; padding-bottom: 10px; font-weight: 800; font-size:28px;}
.accoladeBorder p {text-align:center; font-size:18px; padding: 5px; font-weight: 600}

.accoladeElement {
    padding: 20px;
}

.accoladeBorder {
  width:205px;
  height: 260px;
  position: relative;
  padding: 10px;
  border: 2px solid #cbac25;
 opacity: 0.8;
}

.accoladeBorder .accoladeContent h2::after{
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    background: #1E345F;
    position: relative;
    top: 10px;
    z-index: 30;
    margin: 0 auto;
}

.accoladeBorder:hover {
opacity:1;
box-shadow: 0px 0px 6px 2px rgba(203,172,37,0.21);
transition: all 0.3s ease-in-out;
}

.click-text:hover {
-webkit-transform: scale(1.2);
transition: all 0.3s ease-in-out;
}
