* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.content {
  background-color: #eafaf1;
}
.banner-heading-title {
  font-size: 4rem;
}
.card-list ::marker {
  content: "✓ ";
  color: green;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
footer {
  background-color: #080c16;
}
.footer-list-item {
  list-style: none;
}
