.lzb-new-design-locations-to section {
    padding: 90px 0;
}

.lzb-new-design-locations-to .loc {
    background: var(--night);
    color: var(--cream);
}

.lzb-new-design-locations-to .sec-head {
    margin-bottom: 50px;
    max-width: 740px;
}

.lzb-new-design-locations-to .sec-tag {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--lawn);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lzb-new-design-locations-to .sec-tag:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--brass);
}

.lzb-new-design-locations-to h2.big {
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 800;
    color: var(--cream);
    margin-bottom: 0;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.lzb-new-design-locations-to h2.big .acc {
    color: var(--brass);
}

.lzb-new-design-locations-to .sec-head p {
    margin-top: 16px;
    font-size: 16px;
    color: var(--cream-2);
    opacity: .82;
    margin-bottom: 0;
}

.lzb-new-design-locations-to .loc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 8px;
}

.lzb-new-design-locations-to .loc-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 16px 18px;
    transition: .2s;
    text-decoration: none;
    color: inherit;
}

.lzb-new-design-locations-to a.loc-item:hover {
    background: rgba(63, 168, 106, .09);
    border-color: rgba(63, 168, 106, .4);
}

.lzb-new-design-locations-to .loc-pin {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--brass);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 12px;
}

.lzb-new-design-locations-to .loc-item .info {
    flex: 1;
}

.lzb-new-design-locations-to .loc-item .info b {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    color: var(--cream);
    display: block;
}

.lzb-new-design-locations-to .loc-item .info span {
    font-size: 12.5px;
    color: var(--muted);
}

.lzb-new-design-locations-to .loc-item .go {
    font-size: 12px;
    color: var(--brass);
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .lzb-new-design-locations-to .loc-grid {
        grid-template-columns: 1fr;
    }
    
    .lzb-new-design-locations-to section {
        padding: 64px 0;
    }
}
