.reconditioned-control {
    --black: #000;
    --white: #fff;
    --bright: rgba(230, 234, 237, 0);
    --smoke: #EBEFF2;

    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 7.75rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    
    @media screen and (min-width: 992px) {
        background-position: center;
    }
}

.reconditioned-control::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, var(--bright), var(--smoke));
    opacity: .9;
    
    @media screen and (min-width: 992px) {
        left: 50%;
    }
}

.reconditioned-control .container {
    position: relative;
    z-index: 1;
}

.reconditioned-control h2  {
    margin-bottom: 1rem;
}

.reconditioned-control h2 strong {
	font-size: 11.25rem;
	line-height: 11.5rem;
}

.reconditioned-control p {
    margin-bottom: 1.75rem;
}