body:not(.home) #content {
  padding-top: 108px;
  position: relative;
}

body {
  background: #fff;
}

body li,
body p {
  color: #000;
  font-size: 25px;
  font-family: "Noto Sans Display", serif;
  line-height: 170%;
}

body em {
  font-style: italic;
}

body ul,
body ol {
  list-style-position: outside;
  margin: 1em 0px 1em 44px;
}

body ol li {
  list-style: decimal;
}

body ul li {
  list-style: disc;
}

body li strong {
  font-size: inherit; 
  line-height: inherit;
  font-weight: 700;
}

#content img {
  max-width: 100%;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  max-height: 70vh;
  width: auto;
}

#content .thumb img {
  max-height: 100%;
  margin: 0 auto;
}

#content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

#content .wp-caption-text {
  margin-top: -45px;
  font-size: 18px;
}

#content .container {
  max-width: 1327px !important;
}

#content .back {
  max-width: 1693px !important;
  margin-bottom: 51px;
}

.container + .back {
  margin-bottom: 64px;
}

.back a {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.back a svg {
  margin-right: 28px;
}

.back a {
  color: #000;
}

#content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 688px;
  background-color: #FEF7E6;
  z-index: -1;
}

.thumb img {
  max-height: 738px;
  width: 100%;
  object-fit: cover;
}

#content .date {
  display: inline-block;
  height: 2.6em;
  line-height: 2.6em;
  padding: 0 1.15em;
  font-size: 20px;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.25em;
  color: #000;
  background-color: #EBC883;
  margin-top: 58px;
}

#content .title {
  font-size: 57px;
  line-height: 140%;
  color: #000;
  font-family: 'Noto Serif', serif;
  margin: 0.7em 0 1.125em 0;
  font-weight: 600 !important;
  max-width: 100%;
}

.post-content {
  max-width: 1150px;
  margin: 0 auto 200px auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 30px;
  color: #000;
  font-family: 'Noto Serif', serif;
  font-weight: 700 !important;
  line-height: 170%;
  margin-top: 1em;
  margin-bottom: 5px;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700 !important;
}

.strong, strong, b {
  color: #000;
  font-family: 'Noto Serif', serif;
  line-height: 170%;
  font-weight: 700;
  font-size: 25px;
}

#content .bg {
  position: absolute;
  background-image: url('../images/single-rajz.jpg');
  background-image: -webkit-image-set(url('../images/single-rajz.jpg') 1x,
    url('../images/single-rajz@2x.jpg') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1156px;
  left: 0;
  right: 0;
  bottom: -310px;
  z-index: -1;
}

@media screen and (max-width: 768px ) {
  body:not(.home) #content {
    padding-top: 50px;
  }

  #content::before {
    height: 70vw;
  }

  #content .back {
    margin-bottom: 20px;
  }

  #content .date {
    margin-top: 20px;
    font-size: 15px;
  }

  #content .title {
    font-size: 38px;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 140%;
  }

  body p,
  .strong, strong, b {
    font-size: 22px;
  }
}

@media screen and (max-width: 567px ) {
  #content .title {
    font-size: 28px;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
  }

  #content .date {
    font-size: 14px;
  }

  body p,
  .strong, strong, b {
    font-size: 20px;
  }
}