.qld__banner__image::after{
    content: none;
}

@media (min-width: 699px){

    .qld__banner.qld__banner--hero-right:not(.qld__banner--nav) .qld__banner__image::after{
    content: url(https://qhscb.squiz.cloud/__data/assets/file/0009/111402/Cairns-Curve.svg);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    }
    

}


@media (min-width: 1600px){
.qld__banner.qld__banner--hero-right .qld__banner__image {
    max-width: 34vw;
    width: 34vw;
    left: 10vw;
}

.qld__footer{
    position:relative;
    overflow: hidden;
}

.qld__footer::after {
    content: "";
    background-image: url(https://qhscb.squiz.cloud/__data/assets/file/0018/111753/First-Nations-Artwork-01.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 60% auto;
    height: 100%;
    width: 25vw;
    bottom: -64px;
    position: absolute;
    left: 0;
    pointer-events: none;
}

}

   
 /*makes the image and content span 50% when multi-action card does not span 12 cols*/
.col-lg-8 .qld__card.qld__card__multi-action.qld__card__multi-action--feature .qld__card__inner, .col-lg-8 .qld__card.qld__card__multi-action.qld__card__multi-action--feature .qld__card__image-link{
    flex-basis:50%;
}


/*Remove min height when not spaning 12 cols*/
.col-lg-8 .qld__card.qld__card__multi-action.qld__card__multi-action--feature{
    min-height: 400px;
}


/*fixes icon alignment*/
.qld__card .qld__card__footer .qld__card__footer-link-icon {
    height: 24px;
    width: 24px;
}

/*fixes spacing for list items*/
.qld__card.qld__card__multi-action .qld__card__footer-inner .qld__link-list li {
    margin: 16px 0 0 0;
    margin: 1rem 0 0 0;
    padding: 0;
}

/*New Class to create bold text which is used as lables*/
.qld__lable{
    color:var(--QLD-color-light-text);
    font-weight: 600;
}  
   
   
   
