.reachout-dual-ribbon__blob-northeast {
    width: 8rem;
    height: 8rem;
    transform: translate(4rem, -4rem);
}

.reachout-dual-ribbon__blob-southwest {
    width: 6rem;
    height: 6rem;
    transform: translate(-3rem, 3rem);
}

.reachout-dual-ribbon__eyebrow-rule {
    width: 4rem;
    height: 0.25rem;
}

.reachout-dual-ribbon__glyph-wrap {
    width: 3rem;
    height: 3rem;
}

/* Две колонки + gap-3: без отрицательных margin у .row — горизонтальный зазор не схлопывается при overflow-hidden на панели */
.reachout-dual-ribbon__calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.google-map-split-two-tone-background-section-with__iframe { width: 100%; min-height: 400px; }
@media (min-width: 768px) { .google-map-split-two-tone-background-section-with__iframe { min-height: 600px; } }

/* iframe-normalized */
.google-map-split-two-tone-background-section-with__iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    display: block;
    border: 0;
    box-sizing: border-box;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .google-map-split-two-tone-background-section-with__iframe {
        height: 600px;
        min-height: 600px;
    }
}


