.wp-block.text_with_large_photo {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .wp-block.text_with_large_photo {
    margin-bottom: 80px;
  }
}
.wp-block.text_with_large_photo .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.text_with_large_photo .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wp-block.text_with_large_photo .container .imageside {
  position: relative;
}
.wp-block.text_with_large_photo .container .imageside:after {
  content: "";
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .wp-block.text_with_large_photo .container .imageside:after {
    padding-bottom: 60.85%;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block.text_with_large_photo .container .imageside:after {
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.text_with_large_photo .container .imageside:after {
    padding-bottom: 100%;
  }
}
.wp-block.text_with_large_photo .container .imageside picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-block.text_with_large_photo .container .imageside .image_description {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  color: #fff;
}
.wp-block.text_with_large_photo .container .inner {
  margin-left: 66px;
  background: #fff;
  margin-top: -88px;
  z-index: 1;
  position: relative;
  padding-left: 37px;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .wp-block.text_with_large_photo .container .inner {
    margin-left: 25px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block.text_with_large_photo .container .inner {
    margin-left: 66px;
    padding-left: 37px;
  }
}
.wp-block.text_with_large_photo .container .inner .gold-line {
  width: calc(100% + 22px);
  background: #b5956f;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
}
.wp-block.text_with_large_photo .container .inner p {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
