.felietony_kategorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0 0;
    margin: 0 auto 20px;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.felietony_kategorie a {
    position: relative;
    width: calc(25% - 5px);
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.six.felietony_kategorie a {
    width: calc(100% / 6 - 5px);
}

.felietony_kategorie a img {
    width: 100%;
    border-radius: 16px;
    vertical-align: top;
    aspect-ratio: 1;
}

.felietony_kategorie a h4 {
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    right: 0;
    bottom: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    min-height: 56px;
    display: flex;
    align-items: center;
}

.six.felietony_kategorie a h4 {
    font-size: 13px;
    bottom: 10px;
}

.felietony_kategorie a.wroc_do_znaku {
    background: #FCCBFF;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.felietony_kategorie a.wroc_do_znaku svg {
    padding-bottom: 40px;
    width: 70px;
    height: 70px;
}

.felietony_kategorie a.wroc_do_znaku  svg path {
    fill: #570A54;
}

.felietony_kategorie a.wroc_do_znaku h4 {
    color: #570A54;
    text-shadow: none;
}


.artykuly_lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
}

.artykuly_lista .artykul {
    width: calc(25% - 5px);
    margin: 2.5px;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.artykuly_lista.artykuly_horoskop {
    margin-left: -4px;
}

.artykuly_lista .artykul h3 {
    color: #721B64;
    background: #F9DFFF;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.artykuly_lista .artykul:hover h3 {
    background-color: var(--kolor);
}

.artykuly_lista .artykul:hover h3 {
    color: #fff;
}

.artykul-image {
    background-size: auto 100%;
    background-position: center;
    padding-top: 100%;
}

#artykul {
    margin-top: 0px;
    padding-right: 5px;
    padding-bottom: 20px;
}

#artykul .artykul-img {
    text-align: center;
    padding: 0px 0 30px;
}

#artykul .artykul-img img {
    width: 100%;
}

#artykul .artykul-tresc p {
    font-size: 18px;
}

#artykul .artykul-tresc p strong {
    font-weight: 600;
}

#artykul .artykul-naglowek p {
    font-weight: 700;
}

#artykul .artykul-doradca {
    padding: 30px 0 0;
    text-align: center;
    display: block;
}

#artykul .artykul-doradca h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #000
}

#artykul .artykul-doradca h2 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

#artykul .artykul-doradca img {
    border-radius: 8px;
    width: 145px;
    margin: 10px 0 0;
}

#artykul .artykul-doradca p {
    font-size: 19px;
    color: #000;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#artykul .artykul-doradca-button {
    display: inline-block;
    padding: 8px 22px;
    background: #7E1E8B;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}

#artykul .center.prawa
{
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 0;
    font-size: 12px;
}

.artykul-tresc p,
.artykul-tresc em,
.artykul-tresc ol,
.artykul-tresc ul
{
    padding-bottom: 15px;
    font-size: 18px;
    color: #000000;
}

.artykul-tresc .zdjecie_artykul
{
    width: 100%;
    padding-bottom: 20px;
}