.headerimageWithTextAndLink {
    height: 614px;
    color: #ffffff;
}

.headerimageWithTextAndLink img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -99;
    filter: brightness(50%);
    
    width: -webkit-calc(100vw);
    width: calc(100vw);
    height: 800px;
    max-height: 800px;
    object-fit: cover;
}

.headerimageWithTextAndLink .item-content {
    height: 581px;
    width: 1850px;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.headerimageWithTextAndLink h2 {
    text-align: left;
    font-size: 4em;
    padding-left: 20px;
}

.headerimageWithTextAndLink p {
    text-align: left;
    padding-left: 20px;
}