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

body .sppb-btn i, body .sppb-btn span.fa, body .sppb-btn span.icon, body .btn i, body .btn span.fa, body .btn span.icon {
  font-size: 172%;
  line-height: 1;
  color: #ff0;
  top: 2px;
  position: relative;
}

.related-article-list-container .related-article-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Work Sans", sans-serif;
  color: #C5C5C5;
  margin-bottom: 30px;
  display: none;
}