.c-contact__page {
    position: relative;
}

.c-contact__offices {
    display: flex;
    flex-direction: column;
    max-width: 1312px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
    width: 100%;
    z-index: 2;
}

.c-contact__office {
    margin: 0 auto;
    max-width: 400px;
}

.c-contact__office:not(:last-child) {
    margin-bottom: 4rem;
}

@media screen and (min-width:1024px) {
    .c-contact__offices { flex-direction: row; }

    .c-contact__office {
        max-width: 400px;
        width: 31.65%;
    }

    .c-contact__office:not(:last-child) {
        margin-bottom: 0;
        margin-right: 2.525%;
    }
}

.c-contact__office-meta {
    background: #fff;
    padding: 1.5rem;
}

.c-contact__office-meta h2 {
    color: #bc2f2c;
    font-family: 'degular';
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 .5rem;
    text-transform: uppercase;
}

.c-contact__office-meta p {
    color: #1c2645;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.c-contact__office-meta p:last-child {
    padding: 1.5rem 0 0;
    position: relative;
}

.c-contact__office-meta p:last-child:before {
    border-top: 3px solid #bc2f2c;
    content: '';
    left: 0;
    position: absolute;
    top: .5rem;
    width: 72px;
}

.c-contact__office-meta p a {
    color: #1c2645 !important;
    display: inline-block;
    text-decoration: none;
}

.c-contact__office-meta p a:last-child {
    color: #bc2f2c !important;
    font-family: sans-serif; 
    font-size: 18px;
    margin-top: .5rem;
}