.contact-us-content {
    margin-top: 2em;
}
/*UPDATES*/
.left-column {
    /*force no space between hero image and
     content on smaller screens*/
    /*top right bottom left*/
    padding: 1em 2em 2em 2em;
    background-color: var(--finn);
}
.staff-grid-two-column h2 {
    font-size: var(--font-size-xxxxxl);
    margin-bottom: 0;
}
.left-column h2, .left-column p, .left-column a {
    color: #ffffff;
}
address {
    font-style: normal;
    font-family: var(--font-family-arial-regular), sans-serif;
}
.right-column {
    padding: 1em 2em 2em 2em;
}

.right-column h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.right-column p {
    padding-top: 0;
    margin-top: .5em;
    line-height: 1.5em;
}
.hero-image {
    grid-column: 1 / 2;
}
.right-column h2 {
    grid-column: 1 / 2;
}
.st-grid-two-column {
    display: grid;
    grid-template-columns: 1fr;
}
.two-col-span {
    grid-column: 1 / 3;
}
.three-col-span {
    grid-column: 1 / 4;
}
.staff-grid-two-column {
    display: grid;
    grid-template-columns: 1fr;
}
.staff-grid-two-column h3 {
    font-size: var(--font-size-xl);
}
.left-column h2 {
    font-size: var(--font-size-xxxxxl);
}
.left-column p:first-of-type {
    font-weight: bold;
}
.left-column p {
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
.left-column p:nth-of-type(2) {
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.left-column p:nth-of-type(3) a {
    text-decoration: none;
}
.left-column address {
    font-size: var(--font-size-xxl);
}
.right-column h3 + p {
    margin-top: .1em;
}
/*######################  MEDIA QUERIES  ###########################*/
/*######################  MEDIA QUERIES  ###########################*/
/*######################  MEDIA QUERIES  ###########################*/

@media screen and (min-width: 400px) {

}
@media screen and (min-width: 768px) {
    .left-column {
        display: flex;
        justify-content: center;
        text-align: left;
    }
    .hero-image {
        grid-column: 1 / 3;
    }
    .st-grid-two-column {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {
    .st-grid-two-column {
        grid-template-columns: 30% 70%;
    }
    .right-column div:nth-child(5) {
        grid-row: span 2;
    }
    .right-column h2 {
        grid-column: 1 / 3;
    }
    .staff-grid-two-column {
        width: 90%;
        padding-left: 10%;
        align-self: center;
        grid-template-columns: 40% 60%;
    }
    .left-column div h2 {
        font-size: var(--font-size-xxxl);
        margin-bottom: .4em;
    }
    .left-column p {
        font-size: var(--font-size-xl);
    }
}
@media screen and (min-width: 1200px) {
    .left-column div h2 {
        font-size: var(--font-size-xxxxxl);
    }
    .left-column p {
        font-size: var(--font-size-xxl);
    }
}
