.services-section{
  padding:24px 32px 34px;
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.service-grid article{
  background:#fff;
}

.service-grid img{
  width:100%;
  height:112px;
  object-fit:cover;
  border-radius:10px;
}

.service-grid h3{
  margin:13px 0 7px;
  color:var(--navy);
  font-size:13px;
  font-weight:900;
}

.service-grid p{
  margin:0;
  color:#475569;
  font-size:11px;
  line-height:1.55;
}

.service-grid article:nth-child(3) img{
  object-fit:cover;
  background:#f8fafc;
}

.service-grid article:nth-child(3) img{
  object-fit:cover;
  background:#f8fafc;
}
