
.header-int {
    position: relative;
}

.header-int::after {
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    bottom:-20px;
    width: 116px;
    height: 80px;
    opacity: 0.4;
    pointer-events: none;
    background-image: url('../png/funky-lines-white.png');
}

.header-int .img-cont{
    position: relative;
}
.header-int .img-cont img {
    width: 100%;
    display: block;
}

.header-int .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-int.hide-title .img-cont::after {
    display: none;
}

.header-int .content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 30px; 
    width: 100%;
    padding: 0 15px;
}

.header-int .content .inner {
    max-width: 1340px;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 0 15px;
}

.header-int .content .subheading {
    margin-bottom: 2px;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #feb747;
    text-transform: uppercase;
}

.header-int .content .desc {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border-bottom: none;
    text-decoration: none;
}

.header-int .content .desc .icon {
    font-size: 18px;
    color: #feb747;
}

@media only screen and (min-width: 1025px) {
    .header-int {
        margin-bottom: 4px;
    }

    .header-int::after {
        bottom: -40px;
        width: 200px;
        height: 145px;
    }

    .header-int .content {
        padding: 0 30px;
    }

    .header-int .content .inner {
        padding: 0 30px;
    }

    .header-int .content .subheading {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.2px;
    }

    .header-int .content .desc {
        font-size: 21px;
        letter-spacing: 0.5px;
        font-weight: 700;
    }

    .header-int .content .desc .icon {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-int .content .inner {
        left: calc((100vw - 1340px)/2);
    }
}