
.service-card{padding:0 0 28px}
.service-card small,.service-card h3,.service-card p,.service-card b{margin-left:28px;margin-right:28px}
.service-card .service-image{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  margin:0 0 25px;
  border-radius:23px 23px 0 0;
}
.service-card h3{margin-top:7px}
.service-card p{min-height:52px}
.detail-image{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
  border-radius:16px;
  margin-bottom:24px;
}
@media(max-width:520px){
  .service-card{padding-bottom:24px}
  .service-card .service-image{height:175px}
  .service-card small,.service-card h3,.service-card p,.service-card b{margin-left:24px;margin-right:24px}
  .detail-image{height:180px}
}
