.cite-rp {
    padding-top: 0;
    margin: 0 auto;
}
.cite-rp__box {
    padding: 32px;
    background: rgb(6 3 12 / 40%);
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--accent);
}
.cite-rp__title {
    font-size: var(--font-h6);
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    margin-bottom: 16px;
}
.cite-rp__text {
    color: var(--grey);
    line-height: 1.28;
    letter-spacing: var(--letter-spacing-normal);
}
