

.service-card {
  font-family: 'Overpass', sans-serif;
  height: autopx;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin: 20px 0px 20px 10px;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  transition: all .15s ease;
  min-height: 420px;
}

.title{
  padding: 15px;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  
}

.title1{
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
  
}

.body {
  font-size: 17px;
  padding-top: 15px;
  padding-left: 35px;
  min-height: 190px;

  font-weight: 600;

  
}

.service-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background-color: #ccc;
}
.rstx{
  color:#e12d30;
}
