.projects-clean {
  color: #313437;
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 60px;
}

.projects-clean p {
  color: #7d8285;
}

.projects-clean h2 {
  font-weight: bold;
  color: inherit;
}

@media (max-width:767px) {
  .projects-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    /*font-size: 24px;*/
  }
}

.projects-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.projects-clean .intro p {
  margin-bottom: 0;
}

.projects-clean .projects {
  padding-bottom: 40px;
}

.projects-clean .item {
  text-align: center;
  padding-top: 60px;
  min-height: 425px;
}

.projects-clean .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.projects-clean .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

.text-center {
  text-align: center!important;
  /*margin-top: 60px;*/
  font-size: 40px;
  font-family: 'Bree Serif', serif;
  letter-spacing: 0.4px;
  font-weight: bold;
}

.text-center.ultimos {
  text-align: center!important;
  /*padding-top: 60px;*/
  font-size: 40px;
  font-family: 'Bree Serif', serif;
  letter-spacing: 0.4px;
  font-weight: bold;
}

.text-center ultimos {
  text-align: center!important;
  margin-top: 60px;
  font-size: 40px;
  font-family: 'Bree Serif', serif;
  letter-spacing: 0.4px;
  font-weight: bold;
}

