:root {
    --border-radius: 0;
}

section {
    padding-top: 30px;
}

.paragraph h3 {
    font-size: 30px !important;
    margin-bottom: 8px !important;
}

.paragraph .row {
    row-gap: 20px;
}

i.note {
    margin-top: 30px;
}

.m0 {
    margin-bottom: 0 !important;
}

.confirm {
    --border-radius: 25px;
    padding: 40px;
    line-height: 1.2;
}

.confirm h2 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.confirm .cta {
    margin-top: 25px;
}