.blog-content {
  position: relative;
}

.blog-content__text {
  position: relative;
}

.blog-content h1 {
  line-height: 3rem;
}

.blog-content h2 {
  margin-bottom: .75rem;
}

.blog-content h3 {
  font-size: 1.125rem;
  margin-bottom: .5rem;
}

.content-image-modul img, .block-type-custom-header-image img {
  width: 100%;
  max-width: 100%;
}

.blog-content figcaption {
  font-style: italic;
  font-size: 0.75rem;
  margin-top: .5rem;
}

.blog-block {
  margin: 0 auto 3rem auto;
  max-width: 780px;
}

/*custom-header-image*/
.block-type-custom-header-image {
  max-width: 1010px;
}

/*custom-text*/
.custom-text h2 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.custom-text h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #BE9B73;
}

/*image module*/
.content-image-modul img {
  outline:2px #BE9B73 solid;
  outline-offset:-16px;
}

.content-image-modul figcaption {
  padding: 0 1.5rem;
  line-height: 1rem;
}

/*custom-text-image*/
.block-type-custom-text-image {
  max-width: 1010px;
  padding-right: 115px;
}

@media only screen and (max-width: 900px) {
  .block-type-custom-text-image {
    padding-right: 0;
  }
}

.custom-text-image {
  display: flex;
  gap: 2rem;
}

.custom-text-image .custom-text h2 {
  padding-bottom: 0;
}

.custom-text-image .custom-text h2::after {
  display: none;
}

@media only screen and (max-width: 900px) {
  .custom-text-image {
    flex-direction: column;
  }
}

.custom-text-image__image, .custom-text-image__text {
  width: calc(50% - 0.5rem);
}

@media only screen and (max-width: 900px) {
  .custom-text-image__image, .custom-text-image__text {
    width: 100%;
  }
}

/*custom-two-col-image*/
.block-type-custom-two-col-image {
  max-width: 1010px;
}

.custom-two-col-image {
  display: flex;
  gap: 2rem;
}

@media only screen and (max-width: 600px) {
  .custom-two-col-image {
    flex-direction: column;
  }
}

.custom-two-col-image__image {
  width: calc(50% - 0.5rem);
}

@media only screen and (max-width: 600px) {
  .custom-two-col-image__image {
    width: 100%;
  }
}

/*custom-author*/
.custom-author {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  border-bottom: 2px solid rgba(255,255,255,0.05  );
  padding-bottom: 2rem;
}

.custom-author__img {
  width: 50px;
  margin-right: .5rem;
}

.custom-author__name {
  margin-right: .75rem;
}

.custom-author__date {
  opacity: .3;
}

/*video*/
.video-block {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-block iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
