.t1-home {
  width: 100%;
  background: var(--theme-bg, #f8f4ee);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.t1-home-section {
  margin-top: var(--theme-section-spacing, 40px);
  margin-bottom: var(--theme-section-spacing, 40px);
}

.t1-home-section:first-child {
  margin-top: 0;
}

.t1-home-section:last-child {
  margin-bottom: 0;
}