.posts-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
      
  }
  
  .posts-container .section-header {
    display: flex;
    height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .posts-container .frame {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .posts-container .section-title {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--title-2-font-family);
    font-weight: var(--title-2-font-weight);
    color: #17191a;
    font-size: var(--title-2-font-size);
    letter-spacing: var(--title-2-letter-spacing);
    line-height: var(--title-2-line-height);
    white-space: nowrap;
    font-style: var(--title-2-font-style);
  }
  
  .posts-container .action-button {
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .posts-container .parent-title {
    position: relative;
    width: fit-content;
    font-family: var(--button-2-font-family);
    font-weight: var(--button-2-font-weight);
    color: #757b80;
    font-size: var(--button-2-font-size);
    text-align: right;
    letter-spacing: var(--button-2-letter-spacing);
    line-height: var(--button-2-line-height);
    white-space: nowrap;
    font-style: var(--button-2-font-style);
  }
  
  .posts-container .posts-list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0px 16px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
      overflow-x: auto;
  }
  
  .posts-container .blog-post-list {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
  }
  
  .posts-container .image {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 160px;
    border-radius: 12px;
    background-image: url(https://c.animaapp.com/TN7H53ia/img/img.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  
  .posts-container .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .posts-container .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .posts-container .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 8px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f2f8fc;
    border-radius: 8px;
  }
  
  .posts-container .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: var(--caption-s-font-family);
    font-weight: var(--caption-s-font-weight);
    color: #464a4d;
    font-size: var(--caption-s-font-size);
    letter-spacing: var(--caption-s-letter-spacing);
    line-height: var(--caption-s-line-height);
    white-space: nowrap;
    font-style: var(--caption-s-font-style);
  }
  
  .posts-container .title {
    position: relative;
    align-self: stretch;
    font-family: var(--title-3-font-family);
    font-weight: var(--title-3-font-weight);
    color: #17191a;
    font-size: var(--title-3-font-size);
    letter-spacing: var(--title-3-letter-spacing);
    line-height: var(--title-3-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: var(--title-3-font-style);
  }
  
  .posts-container .meta-info {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .posts-container .author {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-s-font-family);
    font-weight: var(--label-s-font-weight);
    color: #464a4d;
    font-size: var(--label-s-font-size);
    letter-spacing: var(--label-s-letter-spacing);
    line-height: var(--label-s-line-height);
    white-space: nowrap;
    font-style: var(--label-s-font-style);
  }
  
  .posts-container .timestamp {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--label-s-font-family);
    font-weight: var(--label-s-font-weight);
    color: #757b80;
    font-size: var(--label-s-font-size);
    text-align: center;
    letter-spacing: var(--label-s-letter-spacing);
    line-height: var(--label-s-line-height);
    white-space: nowrap;
    font-style: var(--label-s-font-style);
  }
  
  .posts-container .blog-post-list-2 {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: relative;
    margin-right: -258.00px;
  }
  
  .posts-container .img-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .posts-container .img {
    position: absolute;
    width: 58px;
    height: 160px;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  