
/* =========================================================
   HOME PARAGRAPH ALIGNMENT v134
   Makes the academic profile paragraph visually aligned on
   both left and right edges while keeping readability.
   ========================================================= */

.home-atlas-page .ha-academic-brief{
  max-width:860px!important;
}

.home-atlas-page .ha-academic-brief p{
  text-align:justify!important;
  text-align-last:left!important;
  text-justify:inter-word!important;
  hyphens:auto!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  font-size:.92rem!important;
  line-height:1.6!important;
}

.home-atlas-page .ha-academic-brief p + p{
  margin-top:8px!important;
}

@media(max-width:760px){
  .home-atlas-page .ha-academic-brief p{
    text-align:justify!important;
    text-align-last:left!important;
    text-justify:inter-word!important;
    hyphens:auto!important;
    -webkit-hyphens:auto!important;
  }
}
