.c-legal {
  font-size: 9pt;
  padding-bottom: 15px
}

.c-legal__content {
  overflow: hidden;
  -webkit-transition: height .15s ease-in-out;
  transition: height .15s ease-in-out
}

.c-legal__content-data {
  padding: 20px 0 0
}

.c-legal__title {
  font-size: 20px;
  line-height: 2pc;
  text-align: left;
  display: inline;
  border: none;
  text-decoration: underline;
  text-underline-offset: 5px
}

@media only screen and (max-width: 767px) {
  .c-legal__title {
      font-size:1pc;
      line-height: 24px
  }
}

.c-legal__title:after {
  position: absolute;
  bottom: 0;
  padding-left: 5px;
  display: inline
}

.c-legal .legal-lg,.c-legal li .legal-lg,.c-legal p .legal-lg {
  font-size: 9pt;
  line-height: 20px
}
