li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style: none;
}

li:first-child {
  border-top: 1px solid rgba(0,0,0,0.08);
}

h1 {
  font-size: 2.25rem;
  line-height: 120%;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.25rem;
  }
}

.hero-image {
  width: 85%;
}

@media (min-width: 768px) {
  li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.blur {
  width: 100%;
  height: 600px;
  position: absolute;
  background: var(--bs-primary);
  filter: blur(150px);
  border-radius: 1000px;
  bottom: -330px;
}

@media (min-width: 576px) {
  .blur {
    height: 630px;
  }
}

@media (min-width: 992px) {
  .blur {
    width: 40%;
    height: 730px;
    right: -50px;
  }
}

.karol {
  width: 100px;
  height: 100px;
}

.blockquote-footer {
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
  font-weight: 600;
}

.blockquote-footer::before {
  content: "⭐️ ";
}

