.article-pdp-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0px 60px;
  margin-bottom: 64px;
  margin-top: 64px;
}
.article-pdp-main p {
    color: #374151;
    font-size: 18px;
    line-height: 28px;
  }
.article-pdp-main ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 30px;
    border-left: 4px solid #175cd3;
  }
.article-pdp-main li {
    list-style: disc;
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
.article-pdp-main .title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
.article-pdp-main .title-wrapper h1 {
      color: #111827;
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      line-height: 44px;
      letter-spacing: -0.72px;
      width: 100%;
    }
.article-pdp-main .author-wrapper {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: 12px;
  }
.article-pdp-main .author-details {
    display: flex;
    flex-direction: column;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
.article-pdp-main .author-details span {
      color: #6b7280;
      font-weight: 400;
    }
.article-pdp-main .image-wrapper {
    width: 90%;
    height: auto;
    align-self: center;
    overflow: hidden;
  }
.article-pdp-main .image-wrapper img {
      width: 100%;
      height: auto;
    }
.article-pdp-main .bottom-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
.article-pdp-main .bottom-text-wrapper h2 {
      color: #111827;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      letter-spacing: -0.4px;
    }
.article-pdp-main .bottom-text-wrapper p {
      padding: 16px;
      border-radius: 6px;
      background: #e8f0fc;
      color: #374151;
      font-size: 18px;
      line-height: 28px;
    }
