.projects {
  margin: -193px 0 162px 0;
  padding: 162px 40px 0px 40px;
}

/* .projects:first-of-type{
  margin:-100px 0 -280px 0;
}
.projects:last-of-type{
  padding: 200px 40px 0 40px;
  margin:-100px 0 160px 0;
} */
.projects .sectionHead {
  height: 30px;
}

.projects p {
  line-height: 2em;
  text-align: justify;
}

.paragraph > p#return {
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .projects {
    margin: 0 0 -160px 0;
    padding: 110px 0px;
  }
  .projects#project1 {
    margin: -80px 0 -160px 0;
  }
  .projects .sectionHead {
    height: 24px;
  }
  .projects p {
    line-height: 2em;
  }
}
/*# sourceMappingURL=projects.css.map */