.strona_glowna {
    color: #111111;
    background: #fbfaf7;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero {
    padding: 0.75rem 0.75rem 2rem;
}

.hero_srodek {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}

.hero_baner {
    position: relative;
    display: flex;
    min-height: 18rem;
    overflow: visible;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.85rem;
    padding: 0;
    border-radius: 1rem;
    background: transparent;
}

.hero_baner::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
}

.hero_zdjecie {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    background: #21160f;
    object-fit: cover;
    object-position: center center;
}

.hero_info {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.1rem 2.6rem rgba(0, 0, 0, 0.16);
}

.hero_info_prawa {
    align-self: stretch;
}

.hero_ikona,
.hero_badge_ikona {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.hero_ikona {
    width: 2rem;
    height: 2rem;
    color: #080808;
}

.hero_badge_ikona {
    color: #ef7a18;
}

.hero_ikona svg,
.hero_badge_ikona svg,
.hero_guzik svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero_info_tekst {
    display: grid;
    gap: 0.25rem;
}

.hero_info_tytul {
    color: #5f5a55;
    font-size: 0.84rem;
    line-height: 1.2;
}

.hero_info strong {
    color: #090909;
    font-size: 0.9rem;
    line-height: 1.35;
}

.hero_karta {
    position: relative;
    z-index: 3;
    width: min(100%, 57rem);
    margin: 1rem auto 0;
    padding: 1.15rem;
    border: 1px solid rgba(232, 222, 206, 0.9);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fffdf8, #ffffff);
    box-shadow: 0 1.8rem 5rem rgba(39, 29, 18, 0.18);
    text-align: center;
}

.hero_badge {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(239, 122, 24, 0.72);
    border-radius: 999px;
    color: #5d554c;
    background: #fffaf2;
    font-size: 0.8rem;
    line-height: 1.2;
}

.hero_badge_ikona {
    width: 1.1rem;
    height: 1.1rem;
}

.hero_tytul {
    display: grid;
    gap: 0.15rem;
    margin: 0.8rem 0 0;
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 0.98;
}

.hero_kreska {
    display: block;
    width: 3.7rem;
    height: 0.2rem;
    margin: 0.75rem auto 0.6rem;
    border-radius: 999px;
    background: #ef7a18;
}

.hero_opis {
    max-width: 40rem;
    margin: 0 auto;
    color: #5d5d5d;
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero_przyciski {
    display: grid;
    gap: 0.8rem;
    margin: 1rem auto 0;
}

.hero_guzik {
    display: inline-flex;
    min-height: 2.7rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.6rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0.7rem 1.4rem rgba(0, 0, 0, 0.08);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero_guzik svg {
    width: 1.35rem;
    height: 1.35rem;
}

.hero_guzik:hover,
.hero_guzik:focus {
    transform: translateY(-1px);
}

.hero_guzik_czarny {
    color: #ffffff;
    background: #050505;
    box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.18);
}

.hero_guzik_czarny:hover,
.hero_guzik_czarny:focus {
    color: #ffffff;
    background: #111111;
}

.hero_guzik_jasny {
    color: #ffffff;
    border-color: #ef7a18;
    background: #ef7a18;
    box-shadow: 0 0.8rem 1.6rem rgba(239, 122, 24, 0.22);
}

.hero_guzik_jasny:hover,
.hero_guzik_jasny:focus {
    color: #ffffff;
    border-color: #ef7a18;
    background: #d9680e;
}

.hero_cechy {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.8rem;
}

.hero_cecha {
    position: relative;
    display: flex;
    min-height: 5.1rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.9rem 0.85rem;
    border: 1px solid rgba(232, 222, 206, 0.9);
    border-radius: 0.75rem;
    background: #fffaf2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hero_cecha + .hero_cecha {
    border-top: 1px solid rgba(232, 222, 206, 0.9);
}

.hero_cecha span:last-child {
    display: grid;
    gap: 0.28rem;
}

.hero_cecha strong {
    color: #111111;
    font-size: 0.95rem;
    line-height: 1.1;
}

.hero_cecha small {
    color: #4f4942;
    font-size: 0.82rem;
    line-height: 1.35;
}

.dzien_home,
.sala_home,
.koniec_home {
    padding: 3rem 0;
    background: #fbfaf7;
}

.wybor_home,
.zamow_home {
    padding: 3rem 0;
    color: #ffffff;
    background: #080808;
}

.dzien_home_uklad,
.wybor_siatka,
.sala_uklad,
.zamow_uklad,
.koniec_uklad,
.naglowek_home,
.dzien_home_karta,
.menu_home,
.sala_tresc,
.zamow_tresc {
    display: grid;
    gap: 1rem;
}

.etykieta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.42rem 0.76rem;
    border: 1px solid rgba(217, 130, 43, 0.42);
    border-radius: 999px;
    color: #c76f1f;
    background: #fff8ef;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

.etykieta_ciemna {
    color: #080808;
    border-color: #f7a548;
    background: #f7a548;
}

.dzien_home h2,
.wybor_home h2,
.sala_home h2,
.zamow_home h2,
.koniec_home h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 10vw, 3.2rem);
    font-weight: 700;
    line-height: 1;
}

.dzien_home h2,
.sala_home h2,
.koniec_home h2 {
    color: #080808;
}

.wybor_home h2,
.zamow_home h2 {
    color: #ffffff;
}

.dzien_home p,
.sala_home p,
.koniec_home p,
.wybor_home p,
.zamow_home p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;
}

.dzien_home p,
.sala_home p,
.koniec_home p {
    color: #514c46;
}

.wybor_home p,
.zamow_home p {
    color: rgba(255, 255, 255, 0.72);
}

.dzien_home_karta {
    padding: 1.15rem;
    border: 1px solid rgba(232, 222, 206, 0.9);
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: 0 1.25rem 3rem rgba(39, 29, 18, 0.08);
}

.danie_home {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(217, 130, 43, 0.22);
    border-radius: 1rem;
    background: #fff8ef;
}

.danie_home div {
    display: grid;
    gap: 0.35rem;
}

.danie_home span,
.menu_home > span {
    color: #c76f1f;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.danie_home strong {
    color: #080808;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 7vw, 2.45rem);
    line-height: 1.05;
}

.danie_home em {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: #080808;
    background: #f7a548;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.menu_home {
    padding: 1.05rem;
    border-radius: 1.2rem;
    color: #ffffff;
    background: #111111;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.12);
}

.menu_home h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.18;
}

.menu_home ul,
.lista_home {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_home li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.35;
}

.menu_home li:first-child {
    border-top: 0;
}

.menu_home li strong {
    color: #ffffff;
    white-space: nowrap;
}

.przyciski {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.guzik_ciemny,
.guzik_jasny,
.guzik_bialy,
.guzik_pusty {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding: 0.74rem 1.08rem;
    border: 1px solid transparent;
    border-radius: 0.55rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.guzik_ciemny {
    color: #ffffff;
    background: #080808;
    border-color: #080808;
}

.guzik_jasny {
    color: #080808;
    background: #ffffff;
    border-color: rgba(217, 130, 43, 0.56);
}

.guzik_bialy {
    color: #080808;
    background: #ffffff;
    border-color: #ffffff;
}

.guzik_pusty {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.34);
}

.naglowek_home {
    max-width: 50rem;
    margin-bottom: 1.1rem;
}

.wybor_karta {
    position: relative;
    display: grid;
    gap: 1.25rem;
    min-height: 15.5rem;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.2rem;
    color: #080808;
    background: #fffdf8;
}

.wybor_karta::before {
    position: absolute;
    top: 0;
    right: 1rem;
    left: 1rem;
    height: 0.22rem;
    content: "";
    border-radius: 999px;
    background: #f7a548;
}

.wybor_numer {
    color: rgba(8, 8, 8, 0.16);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 0.9;
}

.wybor_karta div {
    display: grid;
    gap: 0.55rem;
}

.wybor_karta strong {
    color: #080808;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.wybor_karta p {
    color: #4f4942;
    font-size: 0.95rem;
    line-height: 1.58;
}

.wybor_karta a {
    width: fit-content;
    align-self: end;
    color: #080808;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 2px solid #f7a548;
}

.sala_uklad {
    align-items: center;
}

.sala_obraz,
.zamow_obraz {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border-radius: 1.2rem;
    background: #17110d;
}

.sala_obraz {
    min-height: 22rem;
    box-shadow: 0 1.4rem 3rem rgba(39, 29, 18, 0.14);
}

.sala_obraz img,
.zamow_obraz img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sala_obraz img {
    min-height: 22rem;
}

.sala_tresc {
    position: relative;
    z-index: 2;
    padding: 1.05rem;
    border: 1px solid rgba(232, 222, 206, 0.9);
    border-radius: 1.2rem;
    background: #ffffff;
    box-shadow: 0 1rem 2.4rem rgba(39, 29, 18, 0.07);
}

.dane_home {
    display: grid;
    gap: 0.65rem;
}

.dane_home div {
    display: grid;
    gap: 0.22rem;
    padding: 0.85rem;
    border: 1px solid rgba(217, 130, 43, 0.2);
    border-radius: 0.82rem;
    background: #fff8ef;
}

.dane_home span {
    color: #c76f1f;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.dane_home strong {
    color: #080808;
    font-size: 0.96rem;
    line-height: 1.3;
}

.zamow_uklad {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: #111111;
}

.kroki_home {
    display: grid;
    gap: 0.65rem;
}

.kroki_home div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.06);
}

.kroki_home span {
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #080808;
    background: #f7a548;
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
}

.kroki_home strong {
    color: #ffffff;
    font-size: 0.96rem;
    line-height: 1.25;
}

.zamow_obraz {
    min-height: 18rem;
}

.zamow_obraz::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28));
}

.zamow_obraz img {
    min-height: 18rem;
}

.koniec_uklad {
    padding: 1.1rem;
    border: 1px solid rgba(232, 222, 206, 0.9);
    border-radius: 1.25rem;
    background: #ffffff;
    box-shadow: 0 1.25rem 3rem rgba(39, 29, 18, 0.08);
}

.lista_home {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.lista_home li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #211d19;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

@media (hover: hover) and (pointer: fine) {
    .hero_guzik:hover,
    .hero_guzik:focus,
    .guzik_ciemny:hover,
    .guzik_ciemny:focus,
    .guzik_jasny:hover,
    .guzik_jasny:focus,
    .guzik_bialy:hover,
    .guzik_bialy:focus,
    .guzik_pusty:hover,
    .guzik_pusty:focus {
        transform: translateY(-0.16rem);
    }

    .hero_guzik:hover,
    .hero_guzik:focus {
        box-shadow: 0 1.05rem 2rem rgba(0, 0, 0, 0.2);
    }

    .hero_guzik_jasny:hover,
    .hero_guzik_jasny:focus {
        box-shadow: 0 1.05rem 2rem rgba(239, 122, 24, 0.32);
    }

    .hero_cecha:hover {
        border-color: rgba(239, 122, 24, 0.35);
        box-shadow: 0 0.8rem 1.5rem rgba(39, 29, 18, 0.08);
        transform: translateY(-0.12rem);
    }

    .guzik_ciemny:hover,
    .guzik_ciemny:focus {
        color: #ffffff;
        background: #191919;
        border-color: #191919;
        box-shadow: 0 0.85rem 1.7rem rgba(0, 0, 0, 0.16);
    }

    .guzik_jasny:hover,
    .guzik_jasny:focus {
        color: #080808;
        background: #fff3e4;
        border-color: #d9822b;
        box-shadow: 0 0.85rem 1.7rem rgba(217, 130, 43, 0.13);
    }

    .guzik_bialy:hover,
    .guzik_bialy:focus {
        color: #080808;
        background: #f7a548;
        border-color: #f7a548;
        box-shadow: 0 0.85rem 1.7rem rgba(247, 165, 72, 0.22);
    }

    .guzik_pusty:hover,
    .guzik_pusty:focus {
        color: #080808;
        background: #ffffff;
        border-color: #ffffff;
    }

    .wybor_karta,
    .dzien_home_karta,
    .menu_home,
    .sala_tresc,
    .koniec_uklad {
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .wybor_karta:hover,
    .dzien_home_karta:hover,
    .menu_home:hover,
    .sala_tresc:hover,
    .koniec_uklad:hover {
        transform: translateY(-0.12rem);
    }

    .wybor_karta:hover,
    .sala_tresc:hover,
    .dzien_home_karta:hover,
    .koniec_uklad:hover {
        border-color: rgba(217, 130, 43, 0.35);
    }

    .wybor_karta a:hover,
    .wybor_karta a:focus {
        color: #c76f1f;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero_cecha,
    .hero_guzik,
    .guzik_ciemny,
    .guzik_jasny,
    .guzik_bialy,
    .guzik_pusty,
    .wybor_karta,
    .dzien_home_karta,
    .menu_home,
    .sala_tresc,
    .koniec_uklad {
        transition: none;
    }
}

@media (min-width: 576px) {
    .hero_przyciski {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero_guzik {
        min-width: 13rem;
    }

    .dane_home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .hero {
        display: flex;
        min-height: calc(100vh - 7rem);
        align-items: flex-start;
        padding: 0.85rem 1rem 1rem;
    }

    .hero_baner {
        height: clamp(26.875rem, 50vh, 30rem);
        min-height: 0;
        overflow: hidden;
        padding: 0;
        background: #21160f;
    }

    .hero_baner::after {
        display: block;
    }

    .hero_zdjecie {
        position: absolute;
        inset: 0;
        height: 100%;
        aspect-ratio: auto;
        border-radius: 0;
        object-fit: cover;
        object-position: center 44%;
    }

    .hero_info {
        position: absolute;
        top: 52%;
        width: 14.25rem;
        padding: 0.85rem;
    }

    .hero_info_lewa {
        left: 5%;
    }

    .hero_info_prawa {
        right: 5%;
    }

    .hero_karta {
        width: min(100%, 52rem);
        margin-top: -5.625rem;
        padding: 1rem 1.25rem 0.65rem;
    }

    .hero_tytul {
        font-size: clamp(2.625rem, 4.5vw, 4.5rem);
        line-height: 0.98;
    }

    .hero_opis {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .hero_przyciski {
        gap: 0.7rem;
        margin-top: 0.95rem;
    }

    .hero_guzik {
        min-height: 2.85rem;
        padding: 0.65rem 1.45rem;
    }

    .hero_cechy {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0.8rem;
    }

    .hero_cecha {
        padding: 0.85rem 0.7rem;
    }

    .hero_cecha + .hero_cecha {
        border-top: 0;
    }

    .dzien_home,
    .sala_home,
    .koniec_home,
    .wybor_home,
    .zamow_home {
        padding: 4.2rem 0;
    }

    .dzien_home_uklad {
        grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
        align-items: stretch;
        gap: 1.2rem;
    }

    .dzien_home_karta,
    .menu_home {
        padding: 1.35rem;
    }

    .danie_home {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .naglowek_home {
        margin-bottom: 1.35rem;
    }

    .wybor_siatka {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .wybor_karta {
        min-height: 17.5rem;
        padding: 1.15rem;
    }

    .sala_uklad {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
        gap: 1.4rem;
    }

    .sala_obraz,
    .sala_obraz img {
        min-height: 33rem;
    }

    .sala_tresc {
        margin-left: -4rem;
        padding: 1.35rem;
    }

    .zamow_uklad {
        grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
        align-items: center;
        gap: 1.35rem;
        padding: 1.25rem;
    }

    .kroki_home {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kroki_home div {
        grid-template-columns: 1fr;
        align-content: start;
    }

    .zamow_obraz,
    .zamow_obraz img {
        min-height: 28rem;
    }

    .koniec_uklad {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr) auto;
        align-items: center;
        padding: 1.35rem;
    }
}

@media (min-width: 1200px) {
    .hero_baner {
        height: clamp(27rem, 50vh, 30rem);
    }

    .hero_info {
        width: 15.25rem;
    }

    .hero_karta {
        width: min(100%, 53rem);
    }

    .hero_tytul {
        font-size: clamp(2.75rem, 4.2vw, 4.5rem);
    }

    .dzien_home,
    .sala_home,
    .koniec_home,
    .wybor_home,
    .zamow_home {
        padding: 5rem 0;
    }

    .dzien_home h2,
    .wybor_home h2,
    .sala_home h2,
    .zamow_home h2,
    .koniec_home h2 {
        font-size: clamp(2.45rem, 3.4vw, 3.75rem);
    }

    .dzien_home_uklad,
    .sala_uklad,
    .zamow_uklad {
        gap: 2rem;
    }
}

@media (min-width: 768px) and (max-height: 850px) {
    .hero {
        padding-top: 0.6rem;
    }

    .hero_baner {
        height: 25rem;
    }

    .hero_info {
        top: 52%;
        width: 13.25rem;
        padding: 0.75rem;
    }

    .hero_karta {
        width: min(100%, 49rem);
        margin-top: -5rem;
        padding: 0.85rem 1.05rem 0.55rem;
    }

    .hero_badge {
        padding: 0.3rem 0.7rem;
        font-size: 0.78rem;
    }

    .hero_tytul {
        margin-top: 0.65rem;
        font-size: clamp(2.5rem, 4vw, 3.75rem);
    }

    .hero_kreska {
        margin: 0.6rem auto 0.5rem;
    }

    .hero_opis {
        font-size: 0.92rem;
        line-height: 1.38;
    }

    .hero_przyciski {
        margin-top: 0.75rem;
    }

    .hero_guzik {
        min-height: 2.65rem;
        padding: 0.55rem 1.25rem;
    }

    .hero_cechy {
        margin-top: 0.65rem;
    }

    .hero_cecha {
        min-height: 4.7rem;
        padding: 0.75rem 0.65rem;
    }
}
