#home-carousel {
  width: 125%;
  margin-left: -12.5%;
  margin-bottom: 2em;
}

.carousel-item {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.carousel-item img {
  object-fit: cover;
}

.carousel-item img.main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-item img.blur-background {
  filter: blur(10px);
  margin: -10px auto;
  z-index: -1;
}

.posts-expand .post-header {
  display: none;
}

.post-block:first-of-type {
  padding-top: 0;
}

.post-body .tabs ul.nav-tabs, .tabs-comment ul.nav-tabs {
  background: #000000;
}

.post-body .tabs .tab-content, .tabs-comment .tab-content {
  border: none;
}

.post-body .tabs ul.nav-tabs li.tab a i[class^='fa'], .tabs-comment ul.nav-tabs li.tab a i[class^='fa'] {
  padding-right: 1.5em;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0;
}

.post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active {
  border-bottom-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #f9ce16;
}

@media screen and (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active {
    border-bottom-color: #ddd;
    border-left-color: #f9ce16;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
}

#department-introduction {
  margin-top: 1em;
}