.project-wrap {
    display: flex;
    flex-wrap: wrap;
}

.project-left {
  max-width: 48%;
  margin-right: 20px;
}

.project-right {
    max-width: 48%;
    
}

.project-right h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.project__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.project__stat p {
  color: #4C1E87;
  line-height: 150%;
  font-weight: 700;
}

.project__text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #E41D94;
}

.project__text-full {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .project-left, .project-right {
      width: 100%;
      max-width: none;
      
  }
  .project-right h1 {
      font-size: 20px;
  }
  }

.project__form {
  margin: 20px 0;
}
