
.tm-sc-project-info {
  .each-item {
    margin-bottom: 30px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  .project-title {
    text-transform: uppercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .project-description {
    margin: 0;
    a {
      color: $link-color;
      text-decoration: underline;
    }
  }
}