.description-with-image {
    padding: 5rem 0 0;
    margin: 0 0 5rem;
}
.description-with-image article {
    margin: 0 0 6em;
}
.description-with-image h3 {
    color: var(--rose-gold);
    font-size: 2em;
    line-height: 1.6em;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 1em;
}
.description-with-image h2,
.description-with-image p {
    color: var(--navy-blue);
}
.description-with-image h2 {
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 1em;
}
.description-with-image p {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.12em;
}
.description-with-image figure {
    padding: 0;
    overflow: visible;
    height: 35em;
}
@media only screen
and (min-width : 961px) {
    .description-with-image {
        margin: 0 0 7.5rem;
        padding: 9.5rem 0 0;
    }
    .description-with-image article {
        margin: 0;
    }
    .description-with-image figure {
        height: 50rem;
    }
    .description-with-image h3 {
        margin: 0 0 2rem;
    }
    .description-with-image h2 {
        font-size: 4.5em;
        letter-spacing: 0.044em;
        margin: 0 0 3rem;
    }
    .description-with-image p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: 0.1em;
    }
}
