.start-project {
  display: flex;
  font-family: "Titillium Web", sans-serif;
}

.project-title {
  font-size: 48px;
  color: #df7310;
  line-height: 50px;
  font-weight: bold;
}

.project-caption {
  color: #e5e5e5;
  font-size: 18px;
  margin: 26px 0px;
}

.project-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.project-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

@media (max-width: 800px) {
  .start-project {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .details-img {
    width: 100%;
  }
}

.bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #df7310;
}
