.blog-hero-image {
    --widget-title: "lorimer-no-2-condensed";
    --widget-subtitle: "proxima-nova", sans-serif;
    --slide-cat: "clarendon-urw", sans-serif;
    --slide-text: var(--widget-subtitle);
    position: relative;
}

.blog-hero-image .content-panel {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 520px;
    transform: translateX(-50%);
    padding: 0 10px;
    z-index: 1;
}

.blog-hero-image .img-cont {
    position: relative;
}

.blog-hero-image .img-cont a {
    display: block;
}

.blog-hero-image img {
    width: 100%;
}

.blog-hero-image .img-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}

.blog-hero-image .widget-title {
    font-family: var(--widget-title);
    color: white;
    font-size: 27px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-hero-image .widget-subtitle {
    font-family: var(--widget-subtitle);
    color: white;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.blog-hero-image .slide-content {
    position: relative;
    padding: 20px 15px 10px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background: rgba(255,255,255,0.85);
}

.blog-hero-image .slide-content::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 4px);
    border: 3px solid var(--purple);
    border-bottom: none;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    pointer-events: none;
}

.blog-hero-image .cat-title {
    font-family: var(--slide-cat);
    color: var(--purple);
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
}

.blog-hero-image .slide-title {
    font-family: var(--slide-text);
    color: var(--dark-gray);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-hero-image .time {
    display: flex;
    align-items: center;
    font-family: var(--slide-text);
    color: var(--purple);
    font-size: 14px;
    line-height: 1.4;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.blog-hero-image .time i {
    margin-right: 5px;
}

.blog-hero-image .desc {
    font-family: var(--slide-text);
    color: var(--deep-purple);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-hero-image .view-more {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--bright-green);
    font-family: var(--slide-text);
    color: var(--deep-purple);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
}

@media (min-width: 1025px) {
    .blog-hero-image .content-panel {
        display: flex;
        align-items: flex-end;
        left: 75px;
        transform: none;
        max-width: var(--width-base);
        margin: 0 auto;
    }

    .blog-hero-image .content-section {
        order: 2;
        padding: 0 15px 30px 50px;
    }

    .blog-hero-image .slide-content {
        max-width: 510px;
    }
}

@media (min-width: 1250px) {
    .blog-hero-image .slide-content {
        padding: 45px 30px 25px;
    }

    .blog-hero-image .slide-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .blog-hero-image .time {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .blog-hero-image .desc,
    .blog-hero-image .view-more {
        font-size: 17px;
    }

    .blog-hero-image .desc {
        margin-bottom: 15px;
    }

    .blog-hero-image .widget-title {
        font-size: 55px;
        margin-bottom: 10px;
    }

    .blog-hero-image .widget-subtitle {
        font-size: 24px;
    }
}
