.pattern-hero-1 {
    max-width: 100%;
}
@media (max-width: 768px) {
    .pattern-hero-1 .grid .acf-innerblocks-container {
        gap: 0;
    }
}
.pattern-hero-1 .wp-block-image {
    margin: 0;
}
@media (min-width: 768px) {
    .pattern-hero-1 .wp-block-image {
        max-width: 637px;
        width: 100%;
        justify-self: flex-end;
    }
}
.pattern-hero-1 .wp-block-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pattern-hero-1 .pattern-hero-1-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 468px;
}
.pattern-hero-1 .pattern-hero-1-content-wrapper:nth-child(2) {
    order: -1;
}

@media (min-width: 768px) {
    .pattern-hero-1 .pattern-hero-1-content-wrapper:nth-child(2) {
        order: unset;
    }
}