.topspread-wrap {
    background-image: url(/dys/img/junk-removal-header-one.webp);
    /* height: 400px; */
    background-size: cover;
    position: relative;
    background-position: center center;
    width: 100%;
}

.bin-services {
    border: #ffffff 2px solid;
    color: white;
    font-weight: 500;
    padding: .2em .3em;
    border-radius: 1em;
    white-space: nowrap;

}

.bin-services-two {
    display: inline-block;
    white-space: wrap;
    width: 70%;
    text-align: right;
}

.topspread-container {
    padding-top: 125px;
    padding-left: 5%;
    max-width: 1000px;
    padding-bottom: 80px;
}

.topspread-container h1 {
    margin-top: .4em;
    font-size: 4em;
    font-weight: 500;
    color: white;
    text-wrap: wrap;
}

.topspread-container h1 .yellow-text {
    white-space: nowrap;
    text-wrap: wrap;

}

.topspread-enticement .checkmark img {
    width: 35px;
    position: relative;
    top: 8px;
}

.topspread-enticement {
    color: white;
    font-weight: 500;
    font-size: 1.3em;
}

.topspread-enticement.bin-order-button {
    margin: 2.5em 0em 2em 0em;
}

.topspread-enticements {
    max-width: 450px;
}

.topspread-enticement .order-bin-link {
    color: #34467d;
    background-color: #ffc400;
    padding: 1em;
    border-radius: 1.5em;
    font-size: .85em;
    min-width: 123px;
}

.topspread-enticement.extra-offer {
    color: #ffc400;
}

.small-screen-intro {
    display: none !important;
}

@media (max-width: 700px) {

    .topspread-container h1 .yellow-text {
        white-space: wrap;
    }

    .topspread-container {
        padding-top: 40px;
    }
}

@media (max-width: 500px) {

    .topspread-container h1 {

        font-size: 3em;
        color: white;
    }

    .small-screen-intro {
        display: flex !important;
    }

    .large-screen-intro {
        display: none !important;
    }

    .introduction-spec {
        width: 40% !important;
    }

    .bin-services {
        display: inline-block;
        white-space: wrap;
        width: 70%;
        text-align: right;
    }
}