.cm_cards_wrap {
  padding-top: 45px;
  padding-bottom: 40px;
}

.cm_cards_wrap .content-wrapper {
  padding: 0;
}

.cm_cards_wrap .top_content {
  text-align: center;
  margin: 0 0 40px;
}

.cm_cards_wrap .top_content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 25px;!;
}

.cm_cards_wrap .top_content p {
  width: 80%;
  margin: 0 auto;
}

.cm_cards_wrap .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.cm_cards_wrap .items .item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.cm_cards_wrap .vcex-ib-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all .3s ease;
}

.cm_cards_wrap a:hover .vcex-ib-img {
  transform: scale(1.15);
}

.cm_cards_wrap .vcex-ib-content-wrap {
  padding: 100px 40px;
}

.cm_cards_wrap .item>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.cm_cards_wrap .vcex-heading {
  padding-top: 5px;!;
  padding-bottom: 5px;!;
  background-color: #000000;!;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
}

.cm_cards_wrap .vcex-heading a {
  text-decoration: none;
  color: #FFF;
}

.cm_cards_wrap .con_wrap {
  background-color: #FFF;
  padding: 4% 2%;
  text-align: center;
  font-size: 13px;
  flex-grow: 1;
}

.cm_cards_wrap .content_only {
  display: flex;
  align-items: center;
  color: #c9c9c9;
  font-size: 15px;
}

.cm_cards_wrap .item.item_content_only {
  display: flex;
}

.cm_cards_wrap .vcex-heading:hover a {
  color: #c6c6c6;
}

.cm_cards_wrap .vcex-heading:hover a:hover {
  color: #368a00;
}

.cm_cards_wrap .items .item:not(.item_content_only) {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cm_cards_wrap .items .item {
	 width: 33.333%;
  }
}
@media (max-width: 767px) {
  .cm_cards_wrap .items .item {
	 width: 100%;
  }
}