.awards-card {
  padding: 14px;
  display: inline-block;
  /* -webkit-box-shadow: 8px 10px 20px rgb(0 0 0 / 12%); */
  box-shadow: 8px 10px 20px rgb(195 195 195 / 12%);
  border: none;
  margin-bottom: 23px;
  width: 100%;
  border: 1px solid #eee;
  background-color: #fff;
}
.award-title {
  padding: 11px 0px;
  min-height: 125px;
  border-top: 2px dotted #e7d5c2;
    border-bottom: 2px dotted #e7d5c2;
}
.award-title h4 {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 9px;
  color: #6e6e6e;
  font-weight: 500;
}
.award-title h5 {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.awards-section .portfolio-grid .grid-item {
  opacity: 1;
  overflow: initial;
}
@media (max-width: 1200px) {
  .award-title {
    min-height: 116px;
  }
}
@media (max-width: 767px) {
  .award-title {
    min-height: auto;
  }
}
.feature-box:before, .feature-box .content:before {
    display: inline-block;
    position: absolute;
    content: "";
    background-color: #c72527 !important;
    z-index: 1;
}

.feature-box:after, .feature-box .content:after {
    display: inline-block;
    position: absolute;
    content: "";
    background-color:  #c72527 !important;
    z-index: 1;
}
img:hover{opacity:.5px !important;}