.dp-header__bold-text {
    max-width: 700px;
}

.dp-header__text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

.dp-header__bold-text+.dp-header__bold-text {
    margin-top: unset;
}