.diplomados-meta__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 22px;
  color:#fff;
}

.diplomados-meta__text{
  text-align:center;
  flex:1;
}

.diplomados-meta__title{
  margin:0;
  font-weight:800;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-0.5px;
}

.diplomados-meta__subtitle{
  margin:8px 0 0;
  font-size:22px;
  line-height:1.25;
  opacity:.95;
}

.diplomados-meta__highlight{
  font-weight:800;
  font-style:italic;
}

.diplomados-meta__chev{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  opacity:.95;
}

.diplomados-meta__chev-svg{
  width:34px;
  height:34px;
}

/* responsive: baja tamaños en móvil */
@media (max-width:640px){
  .diplomados-meta__title{ font-size:34px; }
  .diplomados-meta__subtitle{ font-size:16px; }
  .diplomados-meta__chev{ width:38px; height:38px; }
  .diplomados-meta__chev-svg{ width:28px; height:28px; }
}
