#project-modal-content {
  overflow: auto;
}

.modal .left-panel {
  position: relative;
}

.modal .content h1 {
  font-size: 1.8rem;
}

.modal .content h2 {
  font-size: 1.6rem;
}

.modal .content h3 {
  font-size: 1.4rem;
} 

.modal .content h4 {
  font-size: 1.2rem;
}

.modal .content h5 {
  font-size: 1rem;
}

.modal .content h1,
.modal .content h2,
.modal .content h3,
.modal .content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.modal .content h5,
.modal .content p {
  margin-bottom: 1rem;
}

.modal .banner {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.modal .banner .title {
  font-size: 1.8rem;
}

.modal .banner .text_project p {
  font-size: 1rem;
  /* margin: 0% 5% 0% 5%; */
  text-align: left;
  padding: 0 0rem;
}

.modal .banner--inner {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 800px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
  position: relative;
}

.modal .banner::before {
  content: " ";
  position: absolute;
  z-index: 0;
  user-select: none;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 15%,
      rgba(0, 0, 0, 0.7) 35%,
      rgba(0, 0, 0, 1) 89%);
}

.modal .content h1, .content h2, .content h3, .content h4, .content h5, .modal .content p {
  padding: 0;
  line-height: 1.75;
}
