.typeofcancers-wetreat {
  padding: 0.8rem 0.975rem;
}
.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 1.13rem;
  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;
}
.typeofcancers-wetreat__card-text {
  font-size: 0.63rem;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 0.75rem;
}

.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 .8rem .7rem .8rem;
  border-radius: .75rem;
}

.typeofcancer-popup__left-container__title {
  font-size: 0.6rem !important;
  font-weight: 500 !important;
  color: var(--brandClr);
  line-height: 130%;
  /* width: unset !important; */
  margin-bottom: 0.2rem;
}

.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: .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 {
    text-align: center;
  }
  .typesof-cancers-wetreat-text {
    text-align: center !important;
  }
  .typeofcancers-wetreat__cards-container {
    gap: 1.67rem 0;
    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;
  }
  .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: .75rem;
  }

  .typeofcancer-form{
    padding: .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.51rem;
  }
  .typeofcancer-popup__left-container-ul {
    gap: 0.26rem 0;
  }
  .typeofcancer-popup__left-container-li > img {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: .3rem;
    margin-top: .09rem;
  }
  .typeofcancer-popup__left-container-li > p {
    font-size: 0.33rem;
  }
}
