.what-is-recommended-main-container {
  width: 100%;
  padding: 0 1.09rem;
}
.preparing-guidlines-top-container {
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 0.36rem;
  padding: 0.54rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1.27rem 0 0.72rem 0;
}

.preparing-guidlines-top-container__text {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brandClr);
}
.what-is-recommended {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #5e0a6d;
  border-radius: 0.36rem;
  padding: 0.4rem 0.72rem;
  color: #fffffe;
}
.what-is-recommended__title {
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  line-height: 140%;

  width: 100%;
  margin: 0 0 0.77rem 0;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-is-recommended__title > div > hr {
  width: 8rem;
}

.what-is-recommended__ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.54rem 0;
}

.what-is-recommended__li {
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 160%;
  background-color: #692674;
  border-radius: 0.54rem;
  padding: 0.54rem;
  width: 100%;
}
.what-is-recommended__li-index {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 160%;
  color: #fffffe;
}
.what-is-recommended__ul-text {
  font-size: 0.63rem;
  line-height: 160%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .preparing-guidlines-main-container {
    padding: 0 0.75rem;
  }
  .what-is-recommended__title {
    font-size: 0.9rem;
    /* width: 8.11rem; */
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .what-is-recommended__title > span {
    display: block;
    width: 12rem;
  }
  .what-is-recommended__title > hr {
    margin-left: 0.6rem;
    width: unset;
    flex-grow: 1;
  }
  .what-is-recommended__ul {
    flex-direction: row;
    gap: 0 0.377rem;
  }
  .what-is-recommended__li {
    width: 10.56rem;
    height: 6.6rem;
    border-radius: 0.6rem;
    padding: 0.37rem 0.67rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .what-is-recommended__ul-text {
    font-size: 0.52rem;
    line-height: 160%;
  }
  .preparing-guidlines-top-container {
    margin: 0.75rem 0;
  }
  .preparing-guidlines-top-container__text {
    font-size: 0.52rem;
  }
}