#banner {
    gap: 1em;
    align-items: center;
    margin-bottom: 25px;
}

#banner h1 {
    line-height: 1;
}

header + p {
    margin-bottom: 0;
}

[class^="LeadForm_points"] {
    flex-wrap: nowrap;
    font-size: 14px;
}

form > [class^="LeadForm_item"] {
    display: none !important;
}

section.trust-badges {
    padding-top: 10px !important;
    border-top: none !important;
    border-bottom: solid 2px rgba(210, 215, 217, 0.75);
    padding-bottom: 4em !important;
}

section.trust-badges .row {
    margin-left: initial;
    justify-content: center;
    gap: 2em;
}

section.img-content h2 {
    font-weight: 600;
}

section.we-can-help {
    border: none !important;
    padding: 25px 0 !important;
    text-align: center;
}

section.we-can-help p.subhead {
    font-size: 14px;
    max-width: 570px;
    margin: 0 auto;
}

section.we-can-help h2 {
    margin-bottom: 25px;
}

section.we-can-help h2 span {
    font-weight: 100;
    display: block;
}

section.we-can-help + section {
    border-top: none !important;
    padding-top: 25px !important;
}

.mobile-only {
    display: none;
}

section.ready-to-sell {
    text-align: center;
    border: none !important;
}

section.ready-to-sell h2 {
    font-size: 59px;
    margin-bottom: 0;
    line-height: 1.2;
}

section.ready-to-sell h2 span {
    font-weight: 100;
}

section.ready-to-sell p {
    font-size: 14px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 990px) {
    [class^="LeadForm_points"] {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 736px) {
    #banner h1 {
        font-size: 32px;
    }

    section.img-content h2 {
        margin-bottom: 0;
        font-size: 30px;
    }
    
    .img-content.fair .img-block,
    .img-content.as-is .img-block,
    .img-content.where .img-block,
    .ready-to-sell .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block;
    }

    section.ready-to-sell h2 {
        font-size: 35px;
        margin-bottom: 11px;
    }
}

@media screen and (max-width: 577px) {
    section.trust-badges {
        border-bottom: none;
        padding-bottom: 2em !important;
    }
    
    section.trust-badges .row > span {
        max-width: 25% !important;
    }   
}

@media screen and (max-width: 450px) {
    #banner h1 {
        max-width: 270px;
    }

    section.we-can-help h2 {
        text-align: left;
        font-size: 35px;
    }

    section.img-content h2,
    section.img-content p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-content.where + section {
        border-top: none !important;
    }

    section.img-content .content-block .mobile-only {
        width: calc(100% + 5em) !important;
        margin-left: -2.5em;
    }

    section.img-content .content-block .orange-cta {
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    section.ready-to-sell h2 span {
        display: block;
    }
}