/* Common Title Design */
.section-title {
  font-family: 'Tomorrow', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--dark-color);
}

/* Common Badge Design */
.section-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--primary-color);
  color: #ffffff;
  font-family: 'Tomorrow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin-bottom: 15px;
}