.howto main img {
  margin-block: 1.25rem 2rem;
  border-radius: var(--bs-border-radius);
  box-shadow:
    0 0 0.75rem rgba(0, 0, 0, 0.15),
    0 0.375rem 0.75rem rgba(0, 0, 0, 0.1);
}
