.layout > .header {
  border-bottom: 1px solid #ccc;
}

.layout > .footer {
  border-top: 1px solid #ccc;
}

.reel {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.newsletter {
  background: #f5f5f5;
  margin-top: 0;
}

.steps-item-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border: 1px solid #ccc;
  background: #333;
  color: #fff;
  border-radius: 50%;
}

.home-features .page-section,
.home-how-it-works .page-section,
.home-components .page-section,
.home-pricing .page-section,
.home-delivery .page-section,
.home-comparison .page-section {
  max-width: 1100px;
  margin: 0 auto;
}

.home-pricing .page-section {
  max-width: 1200px;
}
