
.acf-block-preview .post-hero-block .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);

}

.acf-block-preview .post-hero-block .row > * {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    /*padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);*/
    width: 100%;
}

.acf-block-preview .post-hero-block .row .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .acf-block-preview .post-hero-block .row .col-md-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .acf-block-preview .post-hero-block .row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) {
  .acf-block-preview .post-hero-block .row .col-md-8 {
    width: 66.66666667%;
    
  }
}
@media (min-width: 768px) {
  .acf-block-preview .post-hero-block .row .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

