html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

section p,
footer p {
  text-align: justify;
  text-justify: inter-word;
}

.solution-card {
  display: flex;
  flex-direction: column;
}

.solution-card > img {
  margin-top: auto;
}

@media (max-width: 639px) {
  section p,
  footer p {
    text-align: left;
  }

  .solution-card > img {
    margin-top: 0;
  }
}
