.project-features {
  margin-top: 96px;
  margin-bottom: 96px;
}

.project-features-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.project-features-wrapper {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
  margin-top: -3vw;
  margin-bottom: -3vw;
}

.project-features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 40%;
}

.project-features-list li {
  border-left: 1px solid var(--accent);
  padding: 8px 0px 8px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--text);
  list-style: none;
}

.project-features-gif {
  mix-blend-mode: lighten;
  width: 120%;
}

.project-features-gif img {
  width: 100%;
}

@media (max-width: 1200px) {
  .project-features-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .project-features-title {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .project-features {
    position: relative;
    margin-top: 0;
    margin-bottom: 46px;
  }
  .project-features-circle-red {
    position: absolute;
    right: -40%;
    top: 10%;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background: var(--accent);
    filter: blur(190px);
    z-index: -2;
  }
  .project-features-gif {
    display: none;
  }
  .project-features-list {
    max-width: none;
    gap: 36px;
  }
  .project-features-list li {
    padding: 8px 12px;
  }
  .project-features-title {
    font-weight: 700;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
  }
} /*# sourceMappingURL=project-features.css.map */
