@media screen and (max-width < 726px) {
    .ab-content{
        width:50%;
        margin: 2rem auto 0 auto;
        background-color: aqua;
    }
}