.portfolioPage {
  margin: 120px 0;
}
.port_heading {
  width: 100%;
  text-align: center;
}
.port_heading h1 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
}
.port_heading span,
.project_content p a {
  color: #f0ffad;
}
.port_project {
  padding: 50px 0;
}
.project_title h2 {
  text-align: end;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: 2px;
  color: #fff0;
}
.project_title h2 a {
  -webkit-text-stroke: 1px #8f8f8f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.project_head h2 a:hover {
  -webkit-text-stroke: 1px #f0ffad;
}
.project_title_reverse h2 {
  text-align: start;
}
.project_image iframe {
  height: 400px;
  width: 100%;
}
.project_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.project_content p {
  width: 400px;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
}
@media screen and (max-width: 810px) {
  .port_heading h1 {
    font-size: 40px;
  }
  .project_content {
    padding-top: 20px;
  }
  .project_content p {
    width: 100%;
    padding: 0 20px;
      font-size: 22px;

  }
}
