body {
  padding-top: 0;
}

p {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.post-header h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.related,
.meta,
.posts,
.description,
.gallery,
.about,
.collections,
.latest {
    margin-bottom: 60px;
}

.header {
  height: 120px;
  position: relative;
}

.header h1 {
  display: block;
  font-size: 40px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}

.container {
  margin: 40px auto;
  max-width: 960px;
}

.latest .inner {
  height: 50vh;
  justify-content: space-between;
  overflow: hidden;
}

.latest .inner .item {
  height: 50vh;
}

.latest .inner .item a {
  height: 50vh;
}

.gallery {
    box-shadow: -600px 0 0 0 var(--gallery-bg-color), 600px 0 0 0 var(--gallery-bg-color);
}

.collections .groups {
  gap: 20px;
}

.footer p {
  font-size: 14px;
}

.footer .inner {
  margin: 0 auto;
  max-width: 960px;
}

.gallery button {
  height: 80px;
  width: 80px;
}

.gallery button img {
  height: 80px;
  width: 80px;
}

.collections .groups a {
  flex: 0 0 25%;
  max-width: 25%;
}