.header-image {
    position: relative;
}

.header-image .img-cont{
    position: relative;
}
.header-image .img-cont img {
    width: 100%;
    display: block;
}

.header-image .img-cont::after {
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    pointer-events: none;
}

.header-image.hide-title .img-cont::after {
    display: none;
}

.header-image .content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 30px; 
    width: 100%;
    padding: 0 15px;
}

.header-image .content .inner {
    max-width: 530px;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 0 15px;
}

.header-image .content .inner .feat-badge{
    background-color: #B8402D;
    color: #fff;
    text-transform: uppercase;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 7px 10px 5px;
}

.header-image .content .subheading {
    font-family: "canada-type-gibson", sans-serif;   
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    margin: 20px 0 10px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
}

.header-image .content .desc {
    font-family: "canada-type-gibson", sans-serif;  
    font-weight: 100;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
    padding-bottom: 10px;
}
.header-image .content .read-more{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.header-image .content .read-more i{
    padding-left: 5px;
}

@media only screen and (min-width: 1024px) {
    .header-image {
        margin-bottom: 4px;
    }

    .header-image::after {
        bottom: -40px;
        width: 200px;
        height: 145px;
    }

    .header-image .content {
        padding: 0 30px;
    }

    .header-image .content .inner {
        max-width: 530px;
        left: 45px;
        bottom: 40px;
    }

    .header-image .content .subheading {
        font-size: 40px;
        line-height: 37px;
        margin: 20px 0 15px;
    }

    .header-image .content .desc {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 40px;
    }
    .header-image .content .read-more{
        font-size: 17px;
        padding: 17px 16px;
        background-color: #778C39;
      }
}

