.bpt-geo-reference {
    --bpt-geo-ink: #111113;
    --bpt-geo-gold: #b58b3b;
    --bpt-geo-ivory: #f6f3ec;
    width: min(1180px, calc(100% - 40px));
    margin: 70px auto;
    padding: clamp(34px, 5vw, 62px);
    border: 1px solid rgba(181, 139, 59, .48);
    background: var(--bpt-geo-ink);
    color: #f6f3ec;
}

.bpt-geo-reference__eyebrow {
    margin: 0 0 14px;
    color: #d6b66f;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bpt-geo-reference h2 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.7rem);
    font-weight: 500;
    line-height: 1.06;
}

.bpt-geo-reference__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid rgba(214, 182, 111, .34);
    border-left: 1px solid rgba(214, 182, 111, .34);
}

.bpt-geo-reference__grid > div {
    min-height: 185px;
    padding: 27px;
    border-right: 1px solid rgba(214, 182, 111, .34);
    border-bottom: 1px solid rgba(214, 182, 111, .34);
}

.bpt-geo-reference__grid span,
.bpt-geo-reference__grid strong {
    display: block;
}

.bpt-geo-reference__grid span {
    color: #d6b66f;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bpt-geo-reference__grid strong {
    margin-top: 19px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.32rem;
    font-weight: 500;
}

.bpt-geo-reference__grid p {
    margin: 10px 0 0;
    color: #beb9b0;
    font-size: .9rem;
    line-height: 1.6;
}

@media (max-width: 700px) {
    .bpt-geo-reference {
        width: min(100% - 26px, 1180px);
        margin: 48px auto;
        padding: 30px 22px;
    }

    .bpt-geo-reference__grid {
        grid-template-columns: 1fr;
        margin-top: 32px;
    }

    .bpt-geo-reference__grid > div {
        min-height: auto;
        padding: 22px;
    }
}

