:root {
  --bg-main: #007bfc;
}

.bg-blue-header {
  background-color: var(--bg-main);
}

dl,
ol,
ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

ul li {
  list-style: none;
}
