.just-a-description {
    margin: 0 0 10em;
}
.just-a-description h3 {
    color: var(--rose-gold);
    font-size: 2em;
    line-height: 1.6em;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 1em;
}
.just-a-description h2,
.just-a-description p {
    color: var(--navy-blue);
}
.just-a-description h2 {
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 1em;
}
.just-a-description p {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.12em;
    margin: 0 0 1.8em;
}
@media only screen
and (min-width : 769px) {
    .just-a-description {
        margin: 0 0 18rem;
    }
    .just-a-description .col-36-36 {
        max-width: 64rem;
        margin: 0 auto;
    }
    .just-a-description h3 {
        margin: 0 0 2rem;
    }
    .just-a-description h2 {
        font-size: 4.5em;
        letter-spacing: 0.044em;
        margin: 0 0 3rem;
    }
    .just-a-description p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: 0.1em;
        margin: 0 0 3rem;
    }

}
@media only screen
and (min-width : 769px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 768px) {
}
/* @end */


/* Custom pages */
.page-template-downtown-wellen .just-a-description {
    margin: 0 0 4em;
}
@media only screen
and (min-width : 769px) {
    .page-template-downtown-wellen .just-a-description {
        margin: 0 0 5.2rem;
    }
}
@media only screen
and (min-width : 769px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 768px) {
}