.project-details-content h3 {
  height: auto;
}

.project-details-content h3 {
  letter-spacing: 2px;
  line-height: 52px;
  text-transform: uppercase;
  color: white;
  font-size: 2.1rem;
  font-weight: 100;
}

.project-details-content h3 b {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .project-details-content h3 {
    font-size: 18px;
    line-height: 32px;
  }
}

/*  */

.events-blog h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: 100;
}

.events-blog h3 b {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .events-blog h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

/*  */

.project-details-content h3 {
  letter-spacing: 2px;
  line-height: 52px;
  text-transform: uppercase;
  color: white;
  font-size: 2.1rem;
  font-weight: 100;
}
.project-details-content h3 b {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .project-details-content h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
