.headline {
    color: rgb(0, 0, 0);
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 24px;
}

.info-pp, .inner p {
    color: rgb(0, 0, 0);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.14px;
    margin: 0px;
    margin-bottom: 16px;
}

.title-pp {
    color: rgb(0, 0, 0);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 32px;
}

.inner {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 16px;
    box-sizing: content-box;
}

.inner strong {
    font-weight: 400;
}


.info-pp a {
    text-decoration: underline;
}

.info-pp strong {
    font-weight: 500;
}