.project-inner {
  padding: 0 70px;
  max-width: 1100px;
  margin: 0 auto;
}
.project-name {
  color: #FFF;
  letter-spacing: 0.5rem;
  width: 100%;
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.project-name.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.project-name.show:after {
  width: 60px;
}
.project-name:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #c3af60;
  display: inline-block;
  margin-left: 5px;
  -moz-transition: width 0.6s 0.2s;
  -o-transition: width 0.6s 0.2s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.2s;
  transition: width 0.6s 0.2s;
}
.project-concept {
  padding: 40px 0 30px;
  position: relative;
}
.project-concept.show:before {
  width: 100%;
}
.project-concept.show:after {
  right: 0;
}
.project-concept:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #2a372a;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.project-concept:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #282f28;
  border: 1px solid #495549;
  border-radius: 50%;
  position: absolute;
  bottom: -2.5px;
  right: 100%;
  -moz-transition: right 1s;
  -o-transition: right 1s;
  -webkit-transition: right 1s;
  transition: right 1s;
}
.project-concept-title {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 20px;
}
.project-text span {
  display: block;
}
.project-info {
  padding: 30px 0;
  font-size: 0.875rem;
  position: relative;
}
.project-info.show:before {
  width: 100%;
}
.project-info.show:after {
  right: 0;
}
.project-info:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #2a372a;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.project-info:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #282f28;
  border: 1px solid #495549;
  border-radius: 50%;
  position: absolute;
  bottom: -2.5px;
  right: 100%;
  -moz-transition: right 1s;
  -o-transition: right 1s;
  -webkit-transition: right 1s;
  transition: right 1s;
}
.project-subtitle {
  font-family: "Ubuntu", Arial, Helvetica;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding-bottom: 3px;
}
.project-list li {
  padding-top: 2px;
}
.project-image {
  padding-top: 50px;
}
.project-img {
  padding-top: 15px;
}
.project-img img {
  width: 100%;
}
.project-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.project-img-col {
  width: 49%;
  padding-top: 15px;
}
.project-img-col img {
  width: 100%;
}
.project-btn {
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  .project-inner {
    padding: 0 35px;
  }
  .project-image {
    padding-top: 40px;
  }
  .project-img-wrap {
    display: block;
  }
  .project-img-col {
    width: 100%;
  }
  .project-btn {
    padding-top: 30px;
  }
}
