.displaced-cards {
    position: relative;
    margin: 0 0 15rem;
}
.displaced-cards :is(.col-title, .col-card) {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 8rem;
}
.displaced-cards :is(h2, h3) {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--navy-blue);
}
.displaced-cards .description {
    margin: 0 0 5.4rem;
}
.displaced-cards .img-box {
    height: 40rem;
}
.displaced-cards h2 {
    font-size: 3em;
    line-height: 1em;
    letter-spacing: .0667em;
}
.displaced-cards h3 {
    font-size: 3em;
    line-height: 1em;
    letter-spacing: .0667em;
}
.displaced-cards h4 {
    font-family: var(--celine-font);
    color: var(--navy-blue);
    font-weight: 400;
    text-align: center;
    font-size: 5em;
    line-height: 80%;
    letter-spacing: .02em;
    margin: -2rem 0 2rem;
}
.displaced-cards p {
    color: var(--navy-blue);
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: .125em;
}
.displaced-cards .description__cta {
    margin-top: 2rem;
    text-align: right;
}
.displaced-cards--right.displaced-cards h4 {
    margin: 0rem 0 2rem;
    text-align: right;
}
.displaced-cards .col-last {
    height: 74.6rem;
}
.displaced-cards .col-last .wrapper__cta {
    height: 100%;
    background-color: var(--navy-blue);
    background-image: url('../../img/layout/parks-and-trails/florals-mobile.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.displaced-cards .col-last .wrapper__cta a {
    width: 43.8rem;
    text-align: center;
}
@media only screen 
and (min-width: 961px) {
    .displaced-cards .row {
        max-width: 129rem;
    }
    .displaced-cards {
        margin: 0 0 15rem;
    }
    .displaced-cards .row {
        row-gap: 5rem;
        align-items: stretch;
    }
    .displaced-cards .description {
        margin: 0 0 1.9em;
    }
    .displaced-cards .col-last {
        height: auto;
    }
    .displaced-cards :is(.col-title, .col-card, .col-last) {
        flex: 0 1 33.33333%;
        max-width: 33.33333%;
        padding-inline: 1.15rem;
        margin: 0;
    }
    .displaced-cards :is(.col-title) {
        padding-right: 6.9rem;
    }
    .displaced-cards h2 {
        font-size: 4.81em;
        line-height: 1em;
        letter-spacing: .03em;
    }
    .displaced-cards h3 {
        font-size: 3.18em;
        line-height: 80%;
        letter-spacing: .05em;
    }
    .displaced-cards h4 {
        font-size: 6.82em;
        margin: -1rem 0 1rem;
    }
    .displaced-cards p {
        font-size: 1.82em;
        line-height: 135%;
        letter-spacing: .06em;
    }
    .displaced-cards .col-last .wrapper__cta {
        background-image: url('../../img/layout/parks-and-trails/florals.webp');
    }
    .displaced-cards .col-last .wrapper__cta a {
        width: 23.9rem;
    }
}
@media only screen 
and (min-width: 0) 
and (max-width: 960px) {
    .displaced-cards h3 {
        position: relative;
        transform: translateX(-50%);
        flex: 0 1 auto;
    }
    .displaced-cards h3 {
        left: 60%;
    }
}