.insight-help-note{
  margin:2rem 0 2.15rem;
  padding:1rem 1.1rem;
  border-left:2px solid #b8893f;
  background:#f7f3ea;
  color:#263842;
}
.insight-help-note p{
  margin:0;
  line-height:1.65;
}
.insight-help-note a{
  font-weight:700;
  white-space:normal;
}
.insight-help-note .insight-help-link{
  display:inline-block;
  margin-top:.35rem;
}
@media (max-width:640px){
  .insight-help-note{
    margin:1.6rem 0 1.8rem;
    padding:.9rem 1rem;
  }
}
