.flex-layout.hero_small_image {
    margin-block: 0 max(3rem, calc(7.5 * var(--su)));
}

.flex-layout.hero_small_image[overlay-block] {
    margin-block: 0;
}

.flex-layout.hero_small_image .breadcrumbs-col {
    margin-block: max(1rem, calc(1.5 * var(--su))) max(1rem, calc(7.5 * var(--su)))
}

.flex-layout.hero_small_image .content-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.flex-layout.hero_small_image .content-col.full .pk-heading, .flex-layout.hero_small_image .content-col.full .pk-text {
    max-width: 75%;
}

.flex-layout.hero_small_image .content-col .pk-text {
    max-width: 70%;
}

.flex-layout.hero_small_image .image-col {
    margin-bottom: calc(-1 * var(--overlay-height));
    display: flex;
    align-items: end;
    position: relative;
    z-index: 4
}

.flex-layout.hero_small_image:has(+ .flex-layout.background-shape) .image-col {
    margin-bottom: 0;
}

.flex-layout.hero_small_image .image-col .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.flex-layout.hero_small_image .image-col .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.flex-layout.hero_small_image .image-col img {
    margin-top: auto;
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-medium);
    object-fit: cover;
    aspect-ratio: 1;
}

.flex-layout.hero_small_image .image-col .image-wrapper.map img {
    background-color: var(--cbw-sky);
}

.flex-layout.hero_small_image .image-col iframe {
    width: 100%;
    aspect-ratio: 1;
    border: none;
    border-radius: var(--border-radius-medium);
}

.flex-layout.hero_small_image .image-col .image-overlay-component {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
}

@media screen and (max-width: 992px) {

    .flex-layout.hero_small_image {
        /* margin-block: 0; */
    }

    .flex-layout.hero_small_image .breadcrumbs-col {
        margin-block: 1rem;
    }

    .flex-layout.hero_small_image .pk-grid-container {
        row-gap: calc(3rem - 40px);
    }

    .flex-layout.hero_small_image .content-col {
        margin-block: 0;
    }

    .flex-layout.hero_small_image .content-col.full .pk-heading, .flex-layout.hero_small_image .content-col.full .pk-text {
        max-width: unset;
    }

    .flex-layout.hero_small_image .image-col img {
        aspect-ratio: 345/275;
    }

    .flex-layout.hero_small_image .image-col .image-overlay-component {
        position: relative;
        left: unset;
        top: unset;
        transform: translate(0%, 40px);
    }

}

@media screen and (min-width: 768px) {

    .flex-layout.hero_small_image[overlay-block] .content-col {
        padding-bottom: calc(var(--pk-row-spacing) + var(--overlay-height));
    }

}

@media screen and (max-width: 767px) {

}
