#sp-header {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  animation: spFadeIn 0.5s;
}

#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  padding-top: 90px;
}

.sp-page-title {
  background: #03a696;
}

#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 10px;
}

a {
  color: #026873;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #026873 !important;
}
