#services-archive-list .card-list {
    float: left;
    width: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
    position: relative;
    transition: all .3s ease-in;
}

#services-archive-list{
  display: flex;
  flex-wrap: wrap;
}
#services-archive-list li{
  list-style-type:none;
    float: left;
    list-style: none;
    background: #fff;
    box-shadow:0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
   /* margin: 0 2%;*/
    position: relative;
    
    padding: 0;
    margin: 10px;
    transition: all .3s ease-in;


  display: flex; 
  
  width: 100%;

}
@media all and (min-width: 40em) {
  #services-archive-list li {
    width: 50%;
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 60em) {
  #services-archive-list li {
    width: 33.33%;
    width: calc(33.33% - 20px);
  }
}
#services-archive-list li .list-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
#services-archive-list li .list-content p {
  flex: 1 0 auto;
}

#services-archive-list li:before{
  content: "";
  display:none !important;
}

#services-archive-list .card-img {
    padding: 40px 0;
    text-align: center;
    display: block;
}


#services-archive-list .card-caption {
    display: block;
    padding: 15px;
    background: #e4ebee;
    border-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease-in;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}