.celebrity-page h1 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.celebrity-page h1 + p {
    max-width: 684px;
    margin: 0 auto;
    margin-bottom: 64px;
}

.celebrity-page h1::before {
    content: "";
    display: block;
    margin-top: -0.16em;
}

.celebrity-page h1::after {
    content: "";
    display: block;
    margin-bottom: -0.12em;
}

.celebrity-page .support {
    margin-bottom: 0;
}

.celebrity-page .support h1 {
    margin-bottom: 0;
}

.celebrity-page .support h1 + p {
    max-width: 523px;
}

.celebrity-page .support__left-bottom {
    margin-bottom: 76px;
}

.celebrity-page .support .mobile-desk {
    display: none;
}