/* proc2.css */

.case-study-header {
  width: 80vw;
  margin: 0 auto;
}

/* .the-section {
  margin-bottom: 100px;
  border: 1px solid #eee;
  padding: 32px;
} */

/* .proc-ul {
  list-style-type: none;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333;
  line-height: 2;
}

.proc-ul li {
  margin-bottom: 16px;
}

li b {
  font-weight: bold;
} */

/* Styling for each individual detail box */
.detail-box {
  flex: 1;
  /* border: #1a1a1a solid 1px; */
}

/* Styling for the labels (e.g., "Project Name") */
.detail-label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Styling for the values (e.g., "Lead UX Designer") */

/* --- Second Row: Hero Image --- */
.hero-image-row {
  width: 100%;
  object-fit: contain;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}
