.pdr-legacy-promise-half {
    background: var(--color-black);
    min-height: 545px;
    padding-top: 70px;
    position: relative;
}

.pdr-legacy-promise-half .pdr-watermark-bottom {
    background: url("../../assets/svg/pdr-watermark-bottom-grey.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    height: calc(100%);
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    width: 1325px;
}

.pdr-legacy-promise-half h2 {
    color: var(--color-white);
    font-size: var(--font-size-h2-smaller);
    margin-bottom: 70px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-legacy-promise-half-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.pdr-legacy-promise-half-image {
    max-width: 100%;
    width: 570px;
}

.pdr-legacy-promise-half-image img {
    max-width: 100%;
}

.pdr-legacy-promise-half-content {
    max-width: 100%;
    width: 475px;
}

.pdr-legacy-promise-half .pdr-legacy-promise-half-intro {
    color: var(--color-white);
    font-family: var(--font-family-secondary);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-h3);
    margin-bottom: 30px;
    margin-top: 20px;
}

@media (max-width: 1099px) {

    .pdr-legacy-promise-half-image {
        align-items: flex-end;
        display: flex;
    	max-width: 100%;
    	width: 400px;
    }

}

@media (max-width: 999px) {

    .pdr-legacy-promise-half .pdr-legacy-promise-half-intro {
    	font-size: 24px;
    	line-height: 32px;
    }

    .pdr-legacy-promise-half-image,
    .pdr-legacy-promise-half-content {
    	width: 45%;
    }

}

@media (max-width: 767px) {

    .pdr-legacy-promise-half {
        padding-top: 35px;
    }

    .pdr-legacy-promise-half .pdr-watermark-bottom {
        display: none;
    }

    .pdr-legacy-promise-half-inner {
    	flex-direction: column-reverse;
    }

    .pdr-legacy-promise-half h2 {
    	margin-bottom: 5px;
    }

    .pdr-legacy-promise-half-content {
        margin-bottom: 50px;
        text-align: center;
    }

    .pdr-legacy-promise-half-button,
    .pdr-legacy-promise-half-image {
        justify-content: center;
    }

    .pdr-legacy-promise-half-image,
    .pdr-legacy-promise-half-content {
    	width: 100%;
    }

    .pdr-legacy-promise-half-button a {
        display: inline-block;
    }

    .pdr-legacy-promise-half .pdr-legacy-promise-half-intro {
    	font-size: 19px;
    	line-height: 27px;
    }

}
