.project-profiles-container {
  margin-top: 40px;
}

.project-profiles-container .hero {
  margin-bottom: 40px;
}

.project-profiles-container .hero a img {
  width: 100% !important;
}

.project-profiles-container .main {
  border-right: solid 0px #ccc;
  font-size: 135%;
}

.project-profiles-container .main p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .project-profiles-container .main {
    border-right: solid 0px #ccc;
  }
}

.project-profiles-container .divider {
  border-top: dashed 1px #ccc;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-profiles-container .type {
  font-size: small;
}

.project-profiles-container .name {
  font-weight: bold;
  font-size: 26px;
}

.more {
  /*display: none;*/
}