.typeofcancers-wetreat {
  padding: 0.6rem 1.2rem 1.85rem 1.2rem;
  background-color: #fff8fb;
}
.typesof-cancers-wetreat-text {
  text-align: left !important;
}
.typeofcancers-wetreat__cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 0;
  margin-top: 1.6rem;
}

.typeofcancers-wetreat__card {
  width: 5.15rem;
  height: 5.7rem;
  text-align: center;
  cursor: pointer;
}
.typeofcancers-wetreat__card-img {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.typeofcancers-wetreat__card-text {
  font-size: 0.63rem;
  font-weight: 400;
  color: #44464C;
  line-height: 0.75rem;
}
.typeofcancer-popup__left-container__title {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: var(--brandClr);
  line-height: 130%;
  /* width: unset !important; */
  margin-bottom: 0.2rem;
  margin: 0 0 0.2rem 0;
}
.typeofcancer-popup__left-container__title > span {
  color: #c7527f;
}
.location__form__description {
  font-size: 0.7rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
  margin-top: 0.4rem;
  color: #282828;
}
.typeofcancer-popup {
  display: flex;
  flex-direction: column;
}
.typeofcancer-popup__left-container {
  background-color: #faf9f5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 2.4rem 0.8rem 0.7rem 0.8rem;
  border-radius: 0.75rem;
}

.sub-head {
  margin-bottom: 0.6rem !important;
}
.typeofcancer-popup__left-container__sub-title {
  font-size: 0.6rem;
  font-weight: 400;
  color: #c7527f;
  margin-bottom: 0.8rem;
}
.typeofcancer-popup__left-container-ul {
  gap: 0.4rem 0;
  display: flex;
  flex-direction: column;
}
.typeofcancer-popup__left-container-li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.typeofcancer-popup__left-container-li > img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.6rem;
  margin-top: 0.1rem;
}
.typeofcancer-popup__left-container-li p {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #282828;
}
.typeofcancer-popup__left-container-li p span {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sub-head {
    margin-bottom: 0.25rem !important;
  }
  .typeofcancers-wetreat {
    padding: 0.6rem 1.88rem 2.43rem 1.88rem;
  }
  .typesof-cancers-wetreat-text {
    text-align: center !important;
  }
  .typeofcancers-wetreat__cards-container {
    gap: 1.67rem 1rem;
    margin-top: 1.66rem;
  }
  .typeofcancers-wetreat__card {
    width: 4.33rem;
    height: 3.04rem;
  }
  .typeofcancers-wetreat__card-img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .typeofcancers-wetreat__card-text {
    font-size: 0.33rem;
    margin: 0;
  }
  .location__form__description {
    font-size: 0.29rem;
    margin-top: 0.16rem;
    margin-bottom: 0.33rem;
  }
  .typeofcancer-popup {
    flex-direction: row;
  }
  .typeofcancer-popup__left-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 20.7rem;
    padding: 0.75rem;
  }

  .typeofcancer-form {
    padding: 0.75rem !important;
  }
  .typeofcancer-popup__left-container__title {
    font-size: 0.41rem !important;
  }
  .typeofcancer-popup__left-container__sub-title {
    font-size: 0.33rem;
    margin-bottom: 0.45rem;
  }
  .typeofcancer-popup__left-container-ul {
    gap: 0.26rem 0;
  }
  .typeofcancer-popup__left-container-li > img {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.3rem;
    margin-top: 0.09rem;
  }
  .typeofcancer-popup__left-container-li > p {
    font-size: 0.33rem;
  }
}
