
/* HOME ROLE ACTUAL FIX v131 */
.home-atlas-page .ha-role{
  font-size:.88rem!important;
  line-height:1.45!important;
  font-weight:700!important;
  color:var(--muted)!important;
}

.home-atlas-page .ha-academic-brief{
  margin-top:12px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.home-atlas-page .ha-academic-brief p{
  font-size:.94rem!important;
  line-height:1.62!important;
  font-weight:400!important;
  color:var(--muted)!important;
}

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

@media(max-width:640px){
  .home-atlas-page .ha-role{
    font-size:.82rem!important;
  }

  .home-atlas-page .ha-academic-brief p{
    font-size:.86rem!important;
    line-height:1.58!important;
  }
}
