.section_header {
  flex-wrap: wrap;
}

/* Hide latest activity for members */
body.page-groups .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: none;
}

/* Show latest activity  for admins */
body.page-groups.isAdmin .groupHub-groupInfo.groupsListInfo p:nth-child(3) {
    display: block;
}
.blogListPage-entryImage.align-full {
    max-width: 100%;  /* Ensure it doesn't exceed the container width */
    width: 100%;      /* Make the image responsive */
    height: auto;     /* Maintain aspect ratio */
    display: block;   /* Remove extra space */
    object-fit: contain; /* Ensure the image scales correctly inside its container */
}
