.footer .livehtml, .footer .Normal {
  border-bottom: 1px solid #CDCDD1;
}
@media (min-width: 992px) {
  .footer .livehtml, .footer .Normal {
    border-bottom: none;
  }
}
.footer .livehtml h6, .footer .Normal h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer .livehtml h6, .footer .Normal h6 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.col:first-child .footer .livehtml, .col:first-child .footer .Normal {
  border-bottom: none;
}
