.main-news-feed-wrapper .cmsmasters_row_inner:first-child { width: 100%; padding: 0; } .news-feed { display: flex; justify-content: space-around; flex-wrap: wrap; width: 1200px; padding: 0 20px; margin: 0 auto; color: #000; margin-bottom: 40px; } .news-feed article { width: calc(25% - 20px); margin: 10px; height: 300px; border: 1px solid #9d9b9b; padding: 20px; } .news-feed article hr { width: 40px; height: 5px; padding: 0; margin: 0; margin-bottom: 5px; } p.top { color: #16202f; font-weight: bold; font-size: 15px; margin-bottom: 0px; text-align: left; } p.title { font-size: 24px; height: 150px; } p.author { font-weight: bold; margin-bottom: -18px; } p.date { } p.date span { float: right; } .aim-read-more { display: block; /* margin: 0 auto; */ text-align: center; font-size: 22px; text-transform: uppercase; } .news-feed-inner { width: 1200px!important; padding: 0 20px !important; } @media (max-width: 767px) { .news-feed { width: 100% !important; padding: 0; } .news-feed-inner { width: 100%!important; } .news-feed article { width: 100%; } .f, .y { margin: 0 !important; } }