.cta-section {
    text-align: center;
}
.cta-section .badges {
        text-align: center;
        margin: 1rem 0 -1rem 0;
}

.cta-section .badges img.stars {
    max-width: 100px;
    max-height: 20px;
    margin: 0 auto;
    text-align: center;
}

.cta-section .badges .badge-wrapper {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    max-width: 350px;
}

.cta-section .badges .badge {
    position: relative;
    justify-items: center;
    text-align: center;
    margin: 1rem 1rem 0 1rem;
}

.cta-section .badges .badge img {
    width: auto;
    height: auto;
}


.cta-section p.smaller {
    font-size: .875rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.cta-section .btn {
    margin-right: 0;
    width: 100%;
    max-width: 280px;
}
