.page-description-text.description-small * {
  font-family: "FranklinGothicLTPro-Md" !important;
  font-size: 12px;
  color: rgba(44, 42, 41, 0.6); }
  @media screen and (min-width: 0) {
    .page-description-text.description-small * {
      font-size: 12px; } }
  @media screen and (min-width: 768px) {
    .page-description-text.description-small * {
      font-size: 12px; } }
  @media screen and (min-width: 992px) {
    .page-description-text.description-small * {
      font-size: 12px; } }

.page-description-text.description-small.bullet-point p {
  list-style: inside none;
  list-style-type: auto;
  display: list-item; }
