main.container {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.post {
  width: 50%;
  min-width: 500px; }

.feed-list {
  margin-bottom: 40px; }

.feed {
  padding: 20px 0;
  border-bottom: 1px solid #dee2e6; }

.feed > img {
  margin-bottom: 26px;
  height: 360px; }

.meta {
  margin-bottom: 10px;
  font: normal normal normal 14px/40px Poppins; }

.meta img {
  width: 24px;
  height: 24px; }

.feed h2 {
  margin-bottom: 16px;
  font: normal normal bold 28px/40px Poppins; }

.feed p {
  margin-bottom: 24px;
  font: normal normal normal 16px/32px Poppins;
  color: #4e4e4e; }

.side-bl {
  width: 25%;
  min-width: 300px; }

.side-bl h2 {
  font: normal normal bold 36px/56px Poppins;
  margin-bottom: 16px; }

.side-bl li {
  margin-bottom: 24px; }

.side-bl li a {
  color: black;
  font: normal normal normal 18px/44px Poppins; }

.side-bl ul li::before {
  content: "";
  background-color: #6000b8;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px; }

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-no {
  color: black;
  font-size: 16px; }

.pagination button {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd; }

@media screen and (max-width: 800px) {
  main.container {
    margin: 40px auto; }
  .post {
    margin-bottom: 20px;
    width: 100%;
    min-width: 300px; }
  .feed > img {
    height: 240px; }
  .side-bl {
    width: 100%; }
  .side-bl h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  .side-bl li {
    margin-bottom: 16px; } }
