#footer-fragment div section {
  margin-top: 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff; }
  #footer-fragment div section div {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between; }
    #footer-fragment div section div h2 {
      font-size: 12px;
      font-weight: bold !important;
      color: #333; }
    #footer-fragment div section div a {
      font-size: 11px;
      color: #666; }
  #footer-fragment div section ul {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #footer-fragment div section ul li {
      display: block;
      width: 33.33333333%;
      margin: 2px 0;
      font-size: 10px;
      color: #666; }

/*# sourceMappingURL=footer.style.css.map*/