.ranking-diet__city-list-section::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 297px;
    height: 276px;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    background-image: url('../img/bazylia.webp');
    scale: .5;
    transform-origin: bottom left;
}

@media(min-width: 1200px) {
    .ranking-diet__city-list-section::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 273px;
        height: 353px;
        top: 0;
        transform: translateY(-50%);
        right: 24px;
        background-image: url('../img/pepper.webp');
    }

    .post-type-archive-city_ranking .ranking-diet__city-list-section::before {
        top: unset;
        bottom: -100px;
        transform: none;
    }

    .ranking-diet__city-list-section::after {
        scale: 1;
    }
}

.wp-block-media-text.is-style-hero-section {
    min-height: 440px;
}

.ranking-diet__city-badge:has(p:empty) {
    display: none;
}