.selltrade-body {
    max-width: 1500px;
    justify-self:center;
}

.selltrade-hero {
    background: url("../images/clearcar/ClearCar_bg.png");
    background-size: cover;
    background-position:bottom;
    height: 200%;
    
}

.selltrade-header {
    padding-left: 96px;
}

.selltrade-howitworks {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 96px;
    margin-left: 10%;
    margin-right: 10%;
}

.selltrade-howitworks-title {
    padding-bottom: 48px;
}

.selltrade-howitworks-num {
    padding-bottom: 24px;
}

.title {
    font-size: 48px;
}

.sub-title {
    font-size: 24px;
}

.title, .sub-title {
    width:75%;
    color: white;
}

.selltrade-hero {
    padding-top: 120px;
}


@media (max-width: 992px) {
    .selltrade-hero {
        padding-top: 48px;
    }
    
    .selltrade-header {
        text-align:center;
        width: 80%;
        padding-left: 96px;
        padding-right: 96px;
        padding-bottom: 48px;
    }

    .title {
        font-size: 30px;

    }
    .sub-title {
        font-size: 18px;
    }

    .title, .sub-title {
        width:100%;
        color: white;
    }

    #drvtrd-container {
        justify-self: center;
        width: 90%;

    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .clearcar-widget {
        padding-right: 0px;
    }

    #drvtrd-container {
        width: 100%;
        justify-items: center;
    }
}

@media (max-width: 425px) {
    .selltrade-header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

