.abt_container{
    width: 80%;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .abt_container{
        width: 100%;
    }
}