.container {
  display: flex;
  /* flex-wrap: wrap; */
  /* gap: 20px; */
  align-items: flex-start;
  padding-top: 2rem;
  gap: 1.5rem;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: .3rem !important;
  }
}

.image-section {
  flex: 0 0 ;
  width: 13.64rem;
  height: 9.47;
  @media screen and  (max-width: 768px) {
    width: 12.31;
    height: 8.54rem;
    align-self: center;
  }
}
.image-section img {
  width: 100%;
  border-radius: 8px;
}
.content-section {
  
}
h2 {
  color: #80298f;
  font-size: var(--title-font);
  color: var(--brandClr);
}
ul {
  padding-left: 20px;
  list-style-type: none;
  font-size: var(--description-font);
}
li {
  margin-bottom: 10px;
}
.sub-list {
  list-style-type: none;
  margin-left: 20px;
}
.sub-list li {
  margin: 0 !important;
  
}
.sub-list li .point {
    height: .15rem;
    width: .15rem;
}
/* .section-title {
  color: #80298f;
  margin-top: 40px;
} */

.content-section li{
    display: flex;
    flex-direction: ;
    align-items: flex-start;
    margin-top: .4rem;
}

.content-section li div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 120%;
}

.content-section li div {}


.container .point {
    margin-top: .3rem;
}

.advanced-cancer {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.advanced-cancer p{
    font-size: var(--description-font);
}