ul.thematic.mt-3 {
  list-style: unset;
  padding-left: 1.5rem;
}
.thin-title {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
.single-oboz .narrow ul li {
  margin-bottom: 0.5rem;
}
.about .aboutcontent {
  background-color: #fff;
}
.campshome {
  background: transparent;
}
.camp-block {
  flex-direction: column;
  justify-content: space-between !important;
  font-weight: 600;
}
.camp-block span.subtitle {
  font-size: 1.25rem;
  font-weight: 400;
}
.oboz-template-default .additional .additional-icon img {
  max-height: 120px;
}
@media screen and (min-width: 992px) {
  .home header.home .first {
    position: absolute;
    top: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    aspect-ratio: 1;
    max-width: 1200px;
  }

  header.home .main-navigation {
    background-color: transparent;
  }
  .campshome {
    padding-top: 5rem;
  }
}
