#projectBackC {
  width: 100%;
  /* height: auto; */
  /* height: 100%; */
  height: 100vh;
}

.pH {
  height: 100%;
  padding: 10px;
  font-size: 5vw;
  padding-top: 10vh;
}

.projectBackCBanner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

.projectBackCBanner .row1,
.projectBackCBanner .row2,
.projectBackCBanner .row3 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.projectBackCBanner .row1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 3vw;
}
.projectBackCBanner .row2 {
  height: 100%;
  display: grid;
}
.projectBackCBanner .row3 {
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.descriptionCopy {
  user-select: text;
  width: 90%;
  font-size: medium;
  /* font-weight: bold; */
  font-style: italic;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
