.manifesto {
    padding: 200px 130px;
    background-color: #000000;
    color: #ffffff;
}

.manifesto .logo-message {
    margin-bottom: 24px;
}

.manifesto__content h3 {
    line-height: 110%;
}

.manifesto__content h3:not(:last-of-type) {
    margin-bottom: 4.5rem;
}

@media only screen and (max-width: 800px) {
    .manifesto {
        padding: 63px 30px;
    }

    .manifesto__content h3 {
        line-height: 120%;
    }

    .manifesto__content h3:not(:last-of-type) {
        margin-bottom: 1.8rem;
    }

    .manifesto .logo-message {
        margin-bottom: 16px;
    }
}
