/* ============================================================
   22. STRONA O FIRMIE — ELEMENTY WSPÓLNE
   ============================================================ */
.rev-about-section-title {
    font-family: "Bahnschrift", sans-serif;
    font-size: clamp(24px, 3vw, 40px) !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #1c1c1b;
    line-height: 1.1;
    margin-bottom: 16px !important;
}
.rev-about-section-title strong {
    font-weight: 900;
}
.rev-about-title-line {
    width: 48px;
    height: 3px;
    background: #e30613;
    margin-bottom: 24px;
}
.rev-about-text {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
    margin-bottom: 16px !important;
}

