
@media only screen and (max-width: 767px) {
    #new-tracking-title {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: -24px;
    }
    .new-tracking .container {
        padding-left: 0;
        width: unset!important;
    }
    article#coleta {
        /* background-color: red; */
        border-top: 20px solid #fff;
        margin-top: -15px;
    }
}
@media only screen and (max-width: 588px) {
  
    .new-tracking .container {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 305px) {
  
    article#coleta {
        /* background-color: red; */
        border-top: 20px solid #fff;
        margin-top: 0px;
    }
    .new-tracking {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 180px) {
  
   
    .new-tracking {
        padding-bottom: 50px;
    }
}