.div {
  display: flex;
  flex-direction: column;
  width: 600px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.frame {
  background-color: #e6dace;
}

* {
  font-family: "Arvo", serif;
}

.p {
  position: relative;
  align-self: stretch;
  color: #010135;
}

.project {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: 5vw;
  position: relative;
}

.project-card {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}

.work {
  width: 600px;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.information {
  display: flex;
  flex-direction: column;
}

.title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  color: #010135;
  font-size: larger;
  font-weight: 700;
}

.list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.div-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--neutraldark-gray);
}

.div-4 {
  display: flex;
  gap: 24px;
  flex-direction: row;
  position: relative;
  padding-top: 1rem;
}

.div-2 {
  width: 100%;
  max-width: 600px;
}

.link {
  color: #010135;
}

@media screen and (max-width: 1057px) {
  .project {
    flex-direction: column;
    gap: 24px;
    margin-left: 0;
    padding-bottom: 1rem;
  }
  .project-card {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  .work {
    width: 100%;
    height: auto;
  }
  .information {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .div-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .div-3 > div:first-child {
    font-weight: bold;
  }
  .feature-list {
    width: 100% !important;
  }
}
.feature-list {
  width: 30vw;
}

/*# sourceMappingURL=project.css.map */
