
.section:nth-child(2) { /* not sure why i need to do 2 vs 1 here */
  padding-top: 75px;
}
.work-intro {
  background-color: #FAF2F1;
  margin-top: 60px;
}
.work-intro .card {
  top: -60px;
  padding-top: 45px;
  padding-bottom: 45px;
}
h2.section-title {
  text-align: center;
}

.project {
  margin-top: 90px;
  margin-bottom: 30px;
}
.project:last-child {
  margin-bottom: 90px;
}

.project-img-3 img {
  margin: 0px 5px 10px;
}


/* backgrounds squares */
.project-desc:before {
  position: absolute;
  content: " ";
  background-color: #F3F1F4;
  z-index:-2;
}
.project-desc-1:before {
  top: 60%;
  bottom: 0;
  width: 90%;
  height: 150%;
  right: -20%;
}
.project-desc-2:before {
  bottom: -20%;
  width: 50%;
  height: 60%;
  right: -20%;
}
.project-desc-3:before {
  bottom: -25%;
  width: 75%;
  height: 80%;
  right: 50%;
}
.project-desc-4:before {
  bottom: -40%;
  width: 65%;
  height: 70%;
  right: -10%;
}

/* only show line when large */
@media (min-width: 992px) {
  .project-button:after {
    top: 21px;
    bottom: 0;
    position: absolute;
    content: " ";
    background-color: #EBCDC7;
    height: 2px;
    z-index:-1;
  }
  .project-button-1:after {
  width: 50%;
  right: 10%;
  }
  .project-button-2:after {
    width: 70%;
    right: 10%;
  }
  .project-button-3:after {
    width: 70%;
    left: -10%;
  } 
  .project-button-4:after {
    width: 60%;
    right: 0%;
  }
}

/* change spacing when small */
@media (max-width: 992px) {
  .project-img {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .project-img {
    text-align: center;
  }
  .project-desc-1:before {
    top: 60%;
    bottom: 0;
    width: 70%;
    height: 150%;
    right: 30%;
  }
  .project-desc-2:before {
    bottom: -20%;
    width: 70%;
    height: 60%;
    right: 30%;
  }
  .project-desc-3:before {
    bottom: -25%;
    width: 50%;
    height: 80%;
    right: 0;
  }
  .project-desc-4:before {
    bottom: -25%;
    width: 50%;
    height: 80%;
    right: 0;
  }

  .summary-text, h2.section-title {
    text-align: left;
  }
}


