.page-content {
    background: var(--web-body-background, #fff);
    color: var(--web-body-text, #1f2937);
}

.page-content__header {
    padding: 40px 0 52px;
    background: linear-gradient(180deg, #f7fafc 0%, #eef4fb 100%);
    border-bottom: 1px solid #dbe3ec;
}

.page-content__header h1 {
    margin: 0;
    color: var(--web-title-text, #0f172a);
    font-family: var(--web-title-font-family, inherit);
    font-size: min(var(--web-title-font-size, 38px), 42px);
    line-height: 1.18;
}

.page-content__body {
    padding: 32px 0 48px;
}

.page-content__intro {
    max-width: 860px;
    margin: 0;
    font-family: var(--web-content-font-family, inherit);
    font-size: var(--web-content-font-size, 16px);
    line-height: 1.85;
}

.page-content__intro > :first-child {
    margin-top: 0;
}

.page-content__intro > :last-child {
    margin-bottom: 0;
}

.page-content__intro img {
    max-width: 100%;
    height: auto;
}

.page-content__media {
    padding-top: 28px;
}

.page-content__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .page-content__header {
        padding: 28px 0 36px;
    }

    .page-content__body {
        padding: 24px 0 36px;
    }
}
