/* fizichna.html — компонент, винесено з інлайн-стилів */

:root {
    --bz-red: #e30618;
    --bz-red-dark: #7a000b;
    --bz-black: #030303;
    --bz-white: #f2f2f2;
    --bz-muted: rgba(255,255,255,.68);
    --bz-line: rgba(255,255,255,.14);
    --bz-line-red: rgba(227,6,24,.45);
    --bz-card: rgba(8,8,10,.74);
    --bz-card-soft: rgba(255,255,255,.035);
    --bz-font: "Montserrat", "Arial", sans-serif;
}
.bz-section-title span { color: var(--bz-red); }

.bz-red-line {
    width: 180px;
    height: 1px;
    background: var(--bz-red);
    margin-top: 22px;
}

.bz-text {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
    max-width: 660px;
}

.bz-section__head {
    margin-bottom: 42px;
}
.bz-section {
    position: relative;
    padding: 92px 0;
}

@media (max-width: 991px) {
    .bz-section { padding: 68px 0; }
}
