.news-list-header {
  padding: 4.8rem 11.2rem 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
}

.breadcrumb-home {
  color: #666;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-current {
  color: #0066cc;
  text-decoration: none;
}

.what-we-treat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  max-width: 121.6rem;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 4.8rem;
}

main {
  padding: 0 0px 6.4rem;
}

.treatment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.treatment-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #141414;
  line-height: 4.4rem;
}

.treatment-description {
  font-size: 1.6rem;
  color: #374151;
  line-height: 2.4rem;
  max-width: 59.2rem;
  width: 100%;
}

.treatment-button {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid #0070ad;
  border-radius: 2rem;
  color: #0070ad;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  transition: all 0.2s ease;
  max-width: max-content;
}

.treatment-button:hover {
  background-color: #e6f2ff;
  color: #0055aa;
}

.treatment-image-placeholder {
  width: 100%;
  max-width: 59.2rem;
  height: 50rem;
}

.resource-block__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  object-fit: cover;
}

.main-content__section {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.sex-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.container-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

section.sex-section {
  padding-bottom: 4.8rem;
  border-bottom: solid 1px #e5e7eb;
  max-width: 121.6rem;
  margin: auto;
}

.sex-container {
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.sex-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.sex-text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  color: #333;
}

.sex-grid {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem 3.2rem;
}

.sex-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-radius: 2rem;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #000;
  text-decoration: none;
  transition: background 0.2s ease;
  font-weight: 600;
}

.sex-item img {
  width: 4.8rem;
  height: 4.8rem;
}

.treatment-image-placeholder img {
  /* width: 100%; */
  max-width: 59.2rem;
  height: 100%;
  /* max-height: 39.4rem; */
  object-fit: cover;
  overflow: hidden;
}

.container-title {
  cursor: pointer;
}

.accordion-icon {
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}

.sex-section.active .accordion-icon {
  transform: rotate(0deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-content > .sex-text {
  padding-top: 2.4rem;
}

@media (max-width: 834px) {
  .news-list-header {
    padding: 3.2rem 1.6rem 0;
  }

  .breadcrumb {
    font-size: 1.2rem;
    padding: 0;
  }

  .what-we-treat {
    flex-direction: column;
    gap: 0;
    padding: 0 1.6rem;
    margin-bottom: 3.2rem;
    border-bottom: transparent;
  }

  main {
    padding: 0;
  }

  .treatment-content {
    gap: 1.6rem;
    padding: 2.4rem 0 3.2rem;
  }

  .treatment-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  .treatment-description {
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 100%;
    margin-bottom: 1.6rem;
  }

  .treatment-button {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    max-width: 100%;
  }

  .treatment-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.4rem;
    border: 1px solid #0070ad;
    border-radius: 2rem;
    color: #0070ad;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    margin: auto;
    align-self: center;
    align-items: center;
    justify-content: center;
  }

  .treatment-image-placeholder {
    width: 100%;
    max-height: 19.3rem;
  }
  .treatment-image-placeholder img {
    width: 100%;
    height: 100%;
    max-height: 19.3rem;
    object-fit: cover;
    overflow: hidden;
  }

  .main-content__section {
    gap: 3.2rem;
    padding-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sex-section {
    padding-bottom: 3.2rem;
    margin: 0 0 3.2rem 0;
  }

  .sex-section {
    padding: 0;
  }
  .sex-container {
    padding: 0;
  }

  .sex-title {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .sex-text p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2.75rem;
  }

  .sex-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.1rem;
    margin-top: 0;
  }

  .sex-item {
    font-size: 2rem;
    line-height: 2rem;
    gap: 0.8rem;
  }

  .sex-item img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .container-title {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .container-title svg {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 835px) and (max-width: 1200px) {
  .news-list-header {
    padding: 0;
  }

  .breadcrumb {
    font-size: 1.3rem;
    padding: 4.6rem 3.2rem 0;
  }

  .what-we-treat {
    gap: 3.2rem;
    padding: 0 3.2rem;
    margin-bottom: 4rem;
    flex-direction: column;
  }

  main {
    padding: 0;
  }

  .treatment-content {
    gap: 2rem;
    padding-top: 3.2rem;
  }

  .treatment-title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 0.4rem;
  }

  .treatment-description {
    font-size: 1.5rem;
    line-height: 2.2rem;
    max-width: 100%;
    margin-bottom: 1.2rem;
  }

  .treatment-button {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    max-width: 24rem;
  }

  .treatment-image-placeholder {
    max-width: 100%;
    max-height: 40rem;
    width: 100%;
  }
  .treatment-image-placeholder img {
    width: 100%;
    max-height: 40rem;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
  }
  .main-content__section {
    gap: 3.2rem;
    padding: 0 2.4rem 4.8rem;
  }

  .sex-section {
    padding-bottom: 4rem;
    margin: 0 0 4rem 0;
  }

  .sex-container {
    padding: 0;
  }

  .sex-title {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }

  .sex-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .sex-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem 2.4rem;
    margin-top: 3.2rem;
  }

  .sex-item {
    font-size: 2rem;
    line-height: 2.2rem;
    gap: 2rem;
  }

  .sex-item img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .container-title {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
  section.sex-section {
    padding-bottom: 3.2rem;
  }
}
