* p {
  font-size: 16px;
  margin-bottom: 0.8em;
  color: var(--color-text-work);
}

* li {
  font-size: 16px;
  font-weight: 300;
  margin-left: 2em;
  margin-bottom: 0.8em;
}
.project-wrapper p {
  color: white;
  font-weight: 300;
}

.project-wrapper {
  width: 100%;
  margin: 0;
  background: var(--color-accent);
  color: white;
  padding: 2em;
}

.project-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 960px;
  margin: auto;
  padding: 2.4em 0;
}

.project-container p {
  line-height: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.project-container h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 1.2em;
}

.project-overview {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  letter-spacing: 0.05em;
  max-width: 960px;
  margin: 0 auto;
}

.project-overview__description > p {
  line-height: 150%;
}

.title-desc-wrapper {
  width: 65%;
}

.project-overview__title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0.6em;
}

.overview-right-wrapper {
  margin: 1em;
}

.overview-child-wrapper {
  margin-bottom: 1em;
}

.desc-label {
  font-size: 12px;
  font-weight: 400;
  font-family: "IBM Plex Mono";
  color: white;
  opacity: 80%;
  margin-bottom: 0.6em;
}

desc-label > span {
  opacity: 100%;
}

.problem-wrapper {
  font-size: 16px;
}
.problem-statment-text h2 {
  font-size: 24px;
  font-weight: 400;
  width: 50%;
}

.problem-statement ul {
  padding-left: 1em;
}

/* .problem-statment-text {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
} */


@media (max-width: 960px) {
  .project-container {
    padding: 1.4em;
  }
  .project-overview{
    display: block;
  }
  .title-desc-wrapper{
    width: 100%;
    margin-bottom: 1em;
  }
  .overview-right-wrapper {
    margin: 0;
  }
  .project-overview__description > p {
    margin-bottom: 1.4em;
  }
}

@media (max-width: 672px) {


@media (max-width: 375px) {

}
