#logo a {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.post-widget-body {
  padding-left: 0;
}

#posts-list-widget-7 .post-widget-body {
  padding-left: 30px;
}

.tabs .active > a {
  background: rgba(225, 225, 255, .05);
  color: var(--brand-color);
}
.tabs > .active > a {
  border-bottom-color: inherit;
}
.tab-content {
  display: none !important;
}
.tab-content.active {
  display: block !important;
}
.tabs li.active a {
  font-weight: bold;
}

.tab-content-elements li {
  opacity: 1;
}

h1 {
  font-size: 36px;
}
@media (max-width: 680px) {
  h1 {
      font-size: 26px;
  }
}