.col3-cards-wrap{
  position: relative;
  padding-top: 30px
}
.col3-cards-wrap img.img-shadow{
  top: -40px;
  height: 20px;
  position: absolute;
  width: 100%;
}
.col3-flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col3-flex .card-item{
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.col3-flex .card-item .card-img{
  height: 210px;
  border-radius: 14px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.col3-flex .card-item a.card-btn{
  padding: 6px 15px;
  border: solid 2px #b9bf33;
  font-size: 16px;
  background-color: #b9bf33;
  color: #fff;
  transition: all .4s linear 0s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
}
.col3-flex .card-item h3{
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: initial !important;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.col3-flex .card-item h3 a{
  color: #000 !important;
  font-weight: 600 !important;
  text-transform: initial !important;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}
.col3-flex .card-item h3 a:hover{
  color: #dd7500!important;
}
.col3-flex .card-item .link-overlay{
  opacity: 0;
/*   background-color: rgba(255,255,255,0.2); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.col3-flex .card-img:hover .link-overlay{
  opacity: 1;
}
.card-item .card-desc{
  font-size: 18px;
}
.col3-flex .card-body p a:hover{
  color: #dd7500!important;
}
@media screen and (max-width: 767px){
  .col3-cards-wrap{
    padding-top: 0;
  }
  .col3-flex{
    margin: 15px 0 0;
  }
  .col3-flex .card-item{
    width: 100%;
    padding: 0;
  }
  .col3-flex .card-item h3{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .col3-flex .card-item h3 a{
    font-size: 18px;
  }
  .card-item .card-desc{
    font-size: 16px;
  }
  
}
