
.v14-services{
  padding:64px 0 70px;
  background:#fff;
  border-top:1px solid #eef3f5;
}
.v14-services-head{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:60px;
  align-items:end;
  margin-bottom:26px;
}
.v14-services-head h2{
  margin:8px 0 0!important;
  color:#202426!important;
  font-size:clamp(34px,3.5vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}
.v14-services-head>p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.72!important;
  color:#687d88!important;
  max-width:520px;
}
.v14-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.v14-service-card{
  display:block;
  border:1px solid #dce6eb;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.v14-service-card:hover{
  transform:translateY(-3px);
  border-color:#acd2e5;
  box-shadow:0 16px 34px rgba(8,43,65,.08);
}
.v14-service-image{
  height:185px;
  overflow:hidden;
  background:#eef3f5;
}
.v14-service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.v14-service-card:hover .v14-service-image img{transform:scale(1.025)}
.v14-service-body{
  min-height:172px;
  padding:20px;
  display:flex;
  flex-direction:column;
}
.v14-service-body span{
  color:#009fe3;
  font-size:9px;
  letter-spacing:.11em;
  font-weight:700;
}
.v14-service-body h3{
  color:#203f4f!important;
  font-size:18px!important;
  line-height:1.25!important;
  margin:12px 0 8px!important;
}
.v14-service-body p{
  color:#6b7e88!important;
  font-size:12.5px!important;
  line-height:1.6!important;
  margin:0 0 16px!important;
}
.v14-service-body b{
  margin-top:auto;
  color:#008dcc;
  font-size:11px;
  font-weight:650;
}
@media(max-width:1000px){
  .v14-services-head{grid-template-columns:1fr;gap:12px}
  .v14-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .v14-services{padding:50px 0}
  .v14-service-grid{grid-template-columns:1fr}
  .v14-service-image{height:210px}
}
