.do-not-sell {
    margin-top: 20px;
}

.do-not-sell-title {
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.75px;
    text-align: center;
    color: #000000;
}

.do-not-sell-content {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #2c2c2c;
}

.do-not-sell-content .content-asset > * {
    padding-top: 4%;
}

.do-not-sell-form {
    padding: 2%;
    justify-content: center;
}

.do-not-sell-form > *,
.do-not-sell-form .col-12 > * {
    text-align: center;
}

.do-not-sell-form .form-email {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -0.17px;
    color: #000000;
}

.do-not-sell-form .btn-outline-primary {
    margin-top: 2%;
    margin-bottom: 4%;
}

/* === SUCCESS & FAILURE PAGES === */

.form-result-page {
    padding-bottom: 60px;
}

.form-result-page h1 {
    text-align: center;
    padding: 20px 0 40px;
}

.form-result-page h4 {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    text-align: center;
    padding: 80px 0;
    white-space: break-spaces;
}