section.title {
    color: white;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

section.body {
    > div.wrapper {
        max-width: 800px;
        display: flex;
        flex-direction: column;
        gap: 22px;

        p:not(:first-of-type) {
            margin-top: 22px;
        }
    }
}