@media screen and (max-width: 1024px) {
    .celebrity-page h1 + p {
        font-size: 22px;
        letter-spacing: -0.03em;
    }

    .celebrity-page .circle-card .img-container {
        margin-bottom: 36px;
    }

    .celebrity-page .support {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 194px;
    }

    .celebrity-page .support__left-bottom {
        margin-bottom: 0;
        position: absolute;
        bottom: 118px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .celebrity-page .support h1 + p {
        max-width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 576px) {
    .celebrity-page h1 {
        margin-bottom: 25px;
    }

    .celebrity-page h1 + p {
        font-size: 16px;
        line-height: 130%;
        margin-left: 16px;
        margin-right: 16px;
        letter-spacing: 0.005em;
        margin-bottom: 46px;
    }

    .celebrity-page .circle-cards-block {
        column-gap: 4px;
        row-gap: 30px;
    }

    .celebrity-page {
        padding-bottom: 0;
    }

    .celebrity-page .support {
        padding-bottom: 66px;
    }

    .celebrity-page .support__left-bottom  {
        bottom: 70px;
    }

    .celebrity-page .support .support__left-bottom a {
        display: none;
    }

    .celebrity-page .support .support__left-bottom .mobile-desk {
        display: block;
    }

    .celebrity-page .support .support__left-bottom .mobile-desk h1 {
        margin-bottom: 8px;
    }

    .celebrity-page .support .support__left-bottom .mobile-desk p {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0;
    }

    .celebrity-page .support__left-bottom {
        margin-bottom: 0;
        position: unset;
        width: 100%;
        transform: unset;
    }
}