/* Container geral */
.sph-portfolio-header {
  margin: 40px auto;
  text-align: left;
}

/* Categoria em H2 */
.sph-categoria {
    font-size: 24px;
    line-height: 1.8;
    color: #8894a8 !important;
    border-bottom: 3px solid #dee3ec;
    display: inline-block;
    margin-bottom: 6px;
    padding-top: 3%;
}

body.single-portfolio .sph-portfolio-header h2.sph-categoria {
  color:#98a9c5 !important}
  

/* Título principal em H1 */
.sph-titulo-principal {
    font-size: 60px;
    color: #1658c3;
    margin: 10px 0 40px 0;
}

@media (max-width: 768px) {
  .sph-titulo-principal {
    font-size: 42px;
  }
}

/* Imagem destacada */
.sph-featured-image {
    width: 1530px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 4%;
    border-radius: 10px;
}