.service-card-button--narrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin-top: 1.5em;
}
@media (max-width: 1023px) {
  .service-card-button--narrow {
    max-width: none;
  }
}

#service h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
}
#service h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #DF0032;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  #service h4 {
    font-size: 20px;
    gap: 1rem;
    margin-top: 0;
  }
  #service h4::before {
    width: 4px;
    height: 20px;
  }
}
