@media only screen and (max-width : 987px) {
  .design-date {
    padding-top: 14px;
    padding-bottom: 4px;
    font-size: 14px;
  }

  button.design-read-study-btn {
    display: block;
    margin-top: 20px;
  }

  .project-information {
    margin-left: -15px;
  }

  h1.design-description {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width : 768px) {
    .intro-wrapper {
      padding: 88px 32px;
      padding-bottom: 24px;

    }

    .project-section-wrapper {
      padding: 24px 32px;
    }

    p.index-description {
      font-size: 18px;
    }

    .about-me-section {
      padding: 88px 32px 32px;
      max-width: none;
    }

    .col-md-4.art-project {
      border: none;
      border-right: 8px solid white;
      display: inline-block;
      max-width: 220px;
    }


}

@media only screen and (max-width : 576px) {
  .intro-wrapper,
  .project-section-wrapper,
  .about-me-section {
    padding: 16px;
  }

  img.profile-image {
    width: 120px;
  }

  .index-heading {
    font-size: 24px;
  }

  .project-information .tag_case_study {
    margin-right: 8px;
  }

  .contact-footer {
    margin-top: 16px;
    padding-bottom: 24px;
  }

  h1.footer-header {
    font-size: 16px;
  }
  h3.footer-description {
    margin: 12px 16px;
    font-size: 14px;
  }

  .col-md-4.art-project {
    border-right: none;
    border-bottom: 8px solid white;
    display: block;
    max-width: none;
  }

}


@media only screen and (max-width : 400px) {

  .project-information .tag_case_study {
    margin-right: 4px;
    padding: 4px;
  }
  h1.design-title {
    font-size: 20px;
  }

  p.index-description {
    font-size: 16px;
  }
  h1.index-heading {
    font-size: 20px;
    margin-top: 0;
  }
}