/* =====================
   == Home Page Styles
   ===================== */

.hero {
  text-align: center;
  padding: 3rem 1rem;
  background: #eef;
  color: #000000;
}

.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem 1rem;
  justify-content: center;
}

.highlight {
  width: 45vw;
  min-width: 280px;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: left;
}

.highlight img.about-inline-img {
  float: right;
  margin-left: 1rem;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}