.main {
  width: calc(100%);
  float: left;
  margin-left: 0;
}

.projects {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .projects {
    width: calc(83.33333333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(8.33333333% - 32.5px + 60px);
  }
}

.intro {
  margin-bottom: 60px;
  max-width: 1000px;
  padding-top: 60px;
  text-align: justify;
}

.projects-container-wrapper {
  width: calc(100%);
  float: left;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projects-container {
  width: calc(100%);
  float: left;
  margin-left: 0;
  max-width: 1000px;
}

@media only screen and (min-width: 480px) {
  .projects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .projects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .projects-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.projects-item-wrapper {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-item-wrapper h1 {
  font-size: 19px;
}

.projects-item-wrapper h2, .projects-item-wrapper h3 {
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 480px) {
  .projects-item-wrapper {
    width: calc(50%);
    float: left;
    margin-left: 0;
  }
  .projects-item-wrapper:nth-child(even) {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .projects-item-wrapper {
    width: calc(33.33333333%);
    float: left;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .projects-item-wrapper {
    width: calc(25%);
    float: left;
    margin-left: 0;
  }
}

.projects-item-wrapper:hover {
  z-index: 20;
}

.projects-item {
  border-radius: 2px;
  border-top: 4px solid #999;
  background-color: #fff;
  margin-bottom: 60px;
  height: calc(100% - 60px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.projects-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 20;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 480px) {
  .projects-item:nth-child(even) {
    margin-top: 20px;
  }
}

.projects-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.projects-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects-item-content .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 2px;
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
  height: 150px;
}

.projects-item-content .image a {
  width: 100%;
  height: 100%;
}

.projects-item-content .image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.projects-item-content > .content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.projects-item-content > .content p {
  margin: 0 30px 30px 30px;
}

.projects-item-content > .content h1,
.projects-item-content > .content h2,
.projects-item-content > .content h3 {
  padding: 0 30px;
}

.content-title {
  font-weight: 500;
}

.about {
  display: none;
}
