.project-videoReview {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fafafa;
}

.project-videoReview-img {
  text-align: center;
  margin-bottom: 32px;
}

.project-videoReview video {
  border-radius: 40px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

.project-videoReview blockquote {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #181d27;
  margin-bottom: 32px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.project-videoReview-name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #181d27;
  margin-bottom: 4px;
}

.project-videoReview-job {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #535862;
}

@media (max-width: 1512px) {
  .project-videoReview blockquote {
    max-width: 85%;
  }
  .project-videoReview video {
    max-width: 1153px;
  }
}

@media (max-width: 767px) {
  .project-videoReview {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .project-videoReview blockquote {
    font-size: 24px;
  }
  .project-videoReview video {
    border-radius: 8px;
  }
} /*# sourceMappingURL=project-videoReview.css.map */
