/* =========================
   PAGE-SPECIFIC: HOW IT WORKS
   ========================= */

.app-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  margin-bottom: 8px;
}

.app-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.app-title h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 8px;
}