.peterhof-history-block {
    width: 100%;
    max-width: 100%;
    margin: 32px 0;
    padding: 26px 28px;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #1a1a1a;
}

.peterhof-history-block .peterhof-title {
    font-family: 'Segoe UI', 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: #000000;
}

.peterhof-history-block .peterhof-text {
    font-size: clamp(16px, 2vw, 18px);
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.peterhof-history-block .peterhof-text:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .peterhof-history-block {
        padding: 18px 18px;
    }

    .peterhof-history-block .peterhof-title {
        font-size: 20px;
    }

    .peterhof-history-block .peterhof-text {
        font-size: 15px;
    }
}