.author {
  display: flex;
  gap: 12px;
  margin-top: 48px;
}
.author > div {
  display: flex;
  flex-direction: column;
}
.author > div p {
  color: var(--Gray-900, #101828);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.author > div span {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  line-height: 24px;
}
.author img {
  width: 48px;
  height: 48px;
  border-radius: 100rem;
}

.tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.tabs span {
  padding: 2px 10px;
  border-radius: 16px;
  background: var(--Blue-50, #eff8ff);
  color: var(--Blue-700, #175cd3);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.banner-section {
  width: 100%;
  min-height: 820px;
  background-image: url("../../images/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  padding-top: 130px;
  margin: 0 -16px;
  width: calc(100% + 32px);
}
.banner-section .content {
  display: flex;
  gap: 60px;
  padding: 0 112px;
}
@media (max-width: 1280px) {
  .banner-section .content {
    flex-direction: column-reverse;
    padding: 0 60px;
  }
}
@media (max-width: 640px) {
  .banner-section .content {
    padding: 0 16px;
  }
}
.banner-section .left {
  flex: 1;
}
.banner-section .left > h1 {
  color: var(--Gray-900, #101828);
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .banner-section .left > h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.banner-section .left > p {
  color: var(--Gray-500, #667085);
  font-size: 20px;
  line-height: 30px;
}
.banner-section .right {
  background-image: url("../../images/doctor-8.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  width: 560px;
  height: 640px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .banner-section .right {
    width: 100%;
  }
}

.content-section {
  margin-top: 96px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.content-section .left {
  width: 280px;
  position: sticky;
  top: 110px;
  height: fit-content;
}
@media (max-width: 1280px) {
  .content-section .left {
    display: none;
  }
}
.content-section .left .toc {
  padding: 32px 0;
  border-bottom: 1px solid #eaecf0;
}
.content-section .left .toc > h4 {
  color: var(--Primary-600, #0d3aff);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.content-section .left .toc ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-section .left .toc ul li > a {
  color: var(--Gray-500, #667085);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.content-section .left .contact {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.content-section .left .contact a {
  width: 44px;
  height: 44px;
  border-radius: 100rem;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-section .left .contact a img {
  width: 20px;
  height: 20px;
}
.content-section .right {
  flex: 1;
  max-width: 720px;
  width: 100%;
}
.content-section .right .content-container .top-desciption p {
  color: var(--Gray-500, #667085);
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 32px;
}
.content-section .right .content-container b {
  color: var(--Gray-500, #667085);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.content-section .right .content-container img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  margin-top: 48px;
}
.content-section .right .content-container h2 {
  color: var(--Gray-900, #101828);
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 48px;
}
.content-section .right .content-container p {
  color: var(--Gray-500, #667085);
  font-size: 18px;
  line-height: 28px;
}
.content-section .right .content-container h3 {
  color: var(--Gray-900, #101828);
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.content-section .right .content-container ul {
  margin-top: 24px;
  list-style: disc;
  margin-left: 20px;
}
.content-section .right .content-container ul.list-none {
  list-style: none;
  margin-left: 0;
}
.content-section .right .content-container ul li:not(:last-child) {
  margin-bottom: 20px;
}
.content-section .right .content-container ul li:has(h3):not(:last-child) {
  margin-bottom: 48px;
}
.content-section .summary {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin: 48px 0;
  border-radius: 24px;
  background: var(--Primary-100, #d5ebff);
}
.content-section .summary > p {
  color: var(--Gray-900, #101828);
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
.content-section .summary > div p {
  color: var(--Gray-700, #344054);
  font-size: 18px;
  line-height: 28px;
}
.content-section .summary > div p:last-child {
  margin-top: 16px;
}
.content-section .blog-by {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid #eaecf0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 96px;
}
@media (max-width: 640px) {
  .content-section .blog-by {
    flex-direction: column;
    gap: 24px;
    align-items: flex-end;
  }
  .content-section .blog-by p {
    text-align: right !important;
  }
}
.content-section .blog-by .tabs {
  max-width: max-content;
  margin-bottom: 0;
}
.content-section .blog-by .author {
  flex: 1;
  margin-top: 0;
}
.content-section .blog-by .author > div {
  margin-left: auto;
}

.related {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
  background: var(--Primary-50, #e8f5ff);
  padding: 64px 16px;
  margin: 0 -16px;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .related {
    flex-direction: column;
    gap: 32px;
    padding: 64px 32px;
  }
}
.related .left {
  width: 420px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .related .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
}
@media (max-width: 834px) {
  .related .left {
    flex-direction: column;
  }
  .related .left .button {
    margin-top: 0 !important;
  }
}
.related .left > div > h1 {
  color: var(--Gray-900, #101828);
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.related .left > div > p {
  margin-top: 8px;
  color: var(--Gray-500, #667085);
  font-size: 20px;
  line-height: 30px;
}
.related .left .button {
  margin-top: 24px;
  border-radius: 100px;
  border: 1px solid var(--Primary-600, #0d3aff);
  background: var(--Primary-600, #0d3aff);
}
.related .left .button > span {
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.related .right {
  width: 796px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  .related .right {
    width: 100%;
  }
}
.related .right .item {
  display: flex;
  gap: 24px;
}
@media (max-width: 720px) {
  .related .right .item {
    flex-direction: column;
    gap: 16px;
  }
  .related .right .item .image {
    width: 100% !important;
  }
}
.related .right .item .image {
  width: 320px;
  flex-shrink: 0;
}
.related .right .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.related .right .item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.related .right .item .content > div h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Gray-900, #101828);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.related .right .item .content > div p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Gray-500, #667085);
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
.related .right .item .content .author {
  margin: 0;
}
.related .right .item .content .author img {
  width: 40px;
  height: 40px;
}
.related .right .item .content .author > div p {
  color: var(--Gray-900, #101828);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.related .right .item .content .author > div span {
  color: var(--Gray-500, #667085);
  font-size: 14px;
  line-height: 20px;
}