@media screen and (max-width: 450px){
    .mainArticleBody{
        width: 100%;
     }

     .otherFlexCont{
        margin: auto;
     }
}