/*
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1500px,
*/
.acf-media-text-background.is-stacked-on-mobile.has-template-default {
  position: relative;
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .background {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #E9C97E;
    z-index: -1;
  }
}
.acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .text {
  padding: 40px 8%;
  height: 50%;
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .text {
    width: 45%;
  }
}
.acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .image {
  height: 50%;
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .image {
    position: relative;
    margin: 30px 0;
    height: auto;
    width: 55%;
  }
}
.acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img .image img {
    position: absolute;
  }
}
@media (min-width: 640px) {
  .acf-media-text-background.is-stacked-on-mobile.has-template-default .container-text-img.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.block-last-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 640px) {
  .block-last-post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.block-last-post .left-side {
  background: #64C143;
}
.block-last-post .left-side a.last-post {
  color: white;
}
.block-last-post .left-side a.last-post h3 {
  margin-top: 50px;
}
.block-last-post .left-side a.last-post h3, .block-last-post .left-side a.last-post p.excerpt, .block-last-post .left-side a.last-post .read {
  padding-left: 50px;
  padding-right: 50px;
  color: white;
}
.block-last-post .left-side a.last-post:hover .read {
  text-decoration: underline;
}
@media (min-width: 640px) {
  .block-last-post .left-side {
    width: calc(50% - 10px);
  }
}
.block-last-post .right-side {
  position: relative;
}
@media (min-width: 640px) {
  .block-last-post .right-side {
    width: calc(50% - 10px);
  }
}
.block-last-post .right-side .image {
  border: 15px solid #E9C97E;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: black;
}
.block-last-post .right-side .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.block-last-post .right-side .content {
  padding: 50px;
  color: white;
}/*# sourceMappingURL=update.css.map */