body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (max-width: 540px) {
  h2 {
    margin-bottom: 0.5rem !important;
  }
  .service-text {
    font-size: 1rem;
  }
}
