/* 🔹 Laptops / Small Desktops (1025px - 1366px) */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .common-section.right .common-content {
    /* padding-left: 150px !important; */
  }

  .community .common-content {
    /* padding-right: 150px !important; */
  } 
}