.two-three-col-card {
  margin: 50px 0px 40px 0px;
}
.two-three-col-card .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.two-three-col-card .wrapper.center {
  justify-content: center;
}
.card-single-col {
  border: 2px solid transparent;
}
.card-single-col.hover-effect:hover {
  border: 2px solid #752157;
  background-color: rgba(0,0,0,.05) !important;
  cursor: pointer;
}
.two-three-col-card.two-col-type .card-single-col {
  width: 48.5%;
  margin-right: 3%;
}
.two-three-col-card.two-col-type .card-single-col:nth-child(2n) {
  margin-right: 0;
}
.two-three-col-card.three-col-type .card-single-col {
 width:31.6%;
 margin-right: 2.5%;
}
.two-three-col-card .card-single-col {
  float: left;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  padding: 28px 38px 28px 37px;
  position: relative;
  min-height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.two-three-col-card .card-single-col:last-child {
  margin-right: 0;
}
.two-three-col-card.
.card-single-col .text {
  position: relative;
  z-index: 100;
}
.card-single-col .feature-img > img {
  margin-bottom: 20px;
}
.custom-card .column-link {
  overflow: hidden;
  display: inline-block;
  z-index: 101;
  cursor: pointer;
}
.custom-card .feature-img {
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 96px;
  display: block;
}
.custom-card .feature-image img {
  max-width: 96px !important;
  height: auto !important;
}
.two-three-col-card .card-single-col .content p{
  font-size: 1.6rem;
  line-height: 24px;
  color: #313130;
  margin-bottom: 0;
  font-weight: 500;
}

.two-three-col-card.two-col-type .card-single-col:last-child{
  margin-right: 0;
}

.two-three-col-card .card-single-col .heading h4 {
  line-height: 37px;
}
.two-three-col-card .card-single-col:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .two-three-col-card .card-single-col {
    padding: 20px;
  }
}
@media (max-width: 768px) {
.two-three-col-card .card-single-col{
  min-height: 210px;
}

@media (max-width: 767px) {
  .two-three-col-card .card-single-col {
    width: 48.5%;
  }
  .two-three-col-card.card-single-col:nth-child(3n) {
    margin-right: 2.2%;
  }
}
@media (max-width: 650px) {
  .two-three-col-card.three-col-type .card-single-col {
    width: 48%;
  }
  .two-three-col-card.three-col-type .card-single-col:nth-child(2n){
    margin-right: 0;
  }
  .two-three-col-card.three-col-type .card-single-col{
    margin-right: 4%;
  }
  .two-three-col-card.two-col-type .card-single-col {
    width:48%;
  }
  .two-three-col-card.two-col-type .card-single-col{
    margin-right: 4%;
  }
 
}
@media screen and (max-width: 576px) {
  .two-three-col-card.three-col-type .card-single-col,
  .two-three-col-card.two-col-type .card-single-col {
    width: 100%;
  }
  .two-three-col-card.three-col-type .card-single-col,
  .two-three-col-card.two-col-type .card-single-col{
    margin-right: 0;
  }
  .two-three-col-card .card-single-col,
  .two-three-col-card .card-single-col:nth-child(3n) {
    margin-right: 0%;
  }
}