.p-section-half-collage-style3__collage {
  position: relative;
}

.p-section-half-collage-style3__collage-image1 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 45%;
  height: 20rem;
  display: flex;
  border-radius: var(--v-border-radius-md);
}

.p-section-half-collage-style3__collage-image2 {
  position: absolute;
  z-index: 20;
  right: calc(var(--v-spacing-md) / 2);
  bottom: 3rem;
  width: 45%;
  height: calc(100% - 6rem);
  display: flex;
  border-radius: var(--v-border-radius-md);
  overflow: hidden;
}

.p-section-half-collage-style3__collage-intro {
  border-radius: var(--v-border-radius-md);
  overflow: hidden;
  background-color: var(--v-color-3);
  color: var(--v-color-2);
  padding: 1rem;
  margin-top: 2rem;
  position: absolute;
  z-index: 30;
  left: calc(var(--v-spacing-md) / 2);
  right: calc(var(--v-spacing-md) / 2);
  bottom: 0;
}

.p-section-half-collage-style3__collage-image1 img,
.p-section-half-collage-style3__collage-image2 img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

@media (min-width: 700px) {
  .p-section-half-collage-style3__collage-image1 {
    height: calc(100% - 3rem);
  }

  .p-section-half-collage-style3__collage-intro {
    right: auto;
    width: 55%;
    padding: 2rem;
  }
}
