.service>div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.service>div>div{
  flex-grow: 1;
}
