.service-card-title {
  
 

}

.service-card-block {
  
  position: relative;
  margin: 0;
  padding: 1em;
  border-radius:0.5cm;
  border: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none;
   
}
.service_card {
  
  overflow: hidden;
  padding: 5;
  width:100%;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin-top:20px;
}