.post_hero {
    width: 100%;
    padding: 32px 0;
    background: linear-gradient(31.21deg, var(--soltech-color--raspberry) 0%, var(--soltech-color--violet) 100%);
    color: var(--soltech-color--bright-beige);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.post_hero.image::after {
    content: '';
    position: absolute;
    background: linear-gradient(64deg, rgba(45, 20, 96, 0.00) 0%, #2D1460 100%, #2D1460 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.post_hero .hero_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.post_hero .hero_title {
    line-height: 1.25;
    margin-bottom: 0;
}

/* Reference cases hero with image */
.post_hero.single-referencecases-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.post_hero.single-referencecases-hero.image {
    min-height: 692px;
    padding: 0px 0 365px 0;
}

@media (min-width: 768px) {
    .post_hero.single-referencecases-hero.image {
        padding: 0px 0 268px 0;
    }
}


.post_hero.single-referencecases-hero.image .hero_title {
    color: var(--soltech-color--bright-beige);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    max-width: 780px;
}
