.project-container {
  width: 70%;
  height: 100%;
  background-color: transparent;
  margin-top: 20px;
  float: left;
  margin-left: 60px;
}
.project-container img {
  max-width: 100%;
  height: auto;
}
.project-card {
  padding: 0px 60px 20px 60px;
  float: left;
  background-color: white;
  width: 100%;
}
.project-header img {
  padding-bottom: 20px;
  max-width: 80%;
}
.project-header-about img {
  padding-bottom: 20px;
  max-width: 100%;
}
.project-card-heading {
  padding-bottom: 20px;
}
.project-card h2 {
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 12px;
  color: red;
  font-weight: 600;
}
.project-card-description {
  margin-bottom: 60px;
}
.project-card-description p {
  margin-bottom: 20px;
}
.project-card-description img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.project-card p {
  text-align: left;
  font-size: 16px;
  color: black;
  font-weight: 200;
}
.project-card h1 {
  margin-bottom: 5px;
  text-align: left;
  font-size: 54px;
  line-height: 1.2em;
  color: black;
}
.project-card h2 {
  text-align: left;
  line-height: 1.2em;
  padding-bottom: 12px;
  color: black;
  font-weight: 600;
}


.sd-title h3 {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;

}
.forwardBack {
  padding-top: 20px;
  width: 68.3%;
  margin-left: 60px;
  clear: both;
}
.forwardBack p {
  font-size: 16px;
}
.forwardBack-resource {
  padding-top: 20px;
  width: 68%;
  margin-left: 100px;
  clear: both;
}
.forwardBack-resource img {
  width: 60px;
}
.clickLeft ul {
  float: left;
  margin-left: -20px;
}
.clickLeft li {
  display: inline-block;
  padding: 5px;
}
.clickRight ul {
  float: right;
}
.clickRight li {
  display: inline-block;
  padding: 5px;
}
.clickRightResource li {
  display: inline-block;
  padding: 5px;
}
.forwardBack img {
  width: 60px;
}