section.stopper {
    padding-bottom: 32px;
}

section.stopper p:last-of-type {
    padding-bottom: 24px !important;
}

section.stopper .text-center h3 {
    color: var(--green);
    font-size: 24px;
    padding-bottom: 12px;
}

section.stopper .text-center p,
section.stopper .text-center li {
    font-size: 18px;
    line-height: 1.5em;
}

section.stopper .text-center li {
    text-align: left;
}

section.stopper .text-center div {
    background: var(--black-lgt);
    color: white;
    padding: 25px;
}

section.stopper-white .text-center div {
    background: var(--white);
    color: var(--black);
}

section.stopper-grey .text-center div {
    background: var(--bg-forms);
    color: var(--black);
}

section.stopper-green .text-center div {
    background: var(--green);
    color: var(--black);
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: unset;
    font-smooth: unset;
}
section.stopper-with-border  .text-center div {
    border: 1px solid var(--black-lgt);
}
section.stopper-green .text-center h3 {
    color: var(--white);
}

section.stopper .text-center div.btn-center,
section.stopper-white .text-center div.btn-center {
    padding-top: 8px;
    border: 0px;
}

/* Button Styles */
section.stopper .btn-primary,
section.stopper .btn-primary:hover,
section.stopper .btn-primary:active,
section.stopper .btn-primary:focus {
    border: 2px solid var(--white);
    color: var(--white);
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    margin-bottom: 8px;
}

section.stopper-white .btn-primary,
section.stopper-white .btn-primary:hover,
section.stopper-white .btn-primary:active,
section.stopper-white .btn-primary:focus {
    border: 2px solid var(--green);
    color: var(--green);
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 8px !important;
}

/* Media Queries */
@media (min-width: 768px) {
    section.stopper .text-center h3 {
        font-size: 28px;
    }

    section.stopper .text-center p,
    section.stopper .text-center li {
        font-size: 18px;
    }

    section.stopper .text-center div {
        padding: 30px 30px 18px;
    }
}

@media (min-width: 992px) {
    section.stopper .text-center div {
        padding: 45px 45px 18px;
    }

    section.stopper .btn-primary,
    section.stopper .btn-primary:hover,
    section.stopper .btn-primary:active,
    section.stopper .btn-primary:focus {
        padding-left: 70px;
        padding-right: 70px;
        font-size: 20px;
        margin-bottom: 16px;
    }
}