.why-its-first-choice__cards {
  display: flex;
  flex-direction: column;
  gap: 0.54rem 0;
  margin: 1.09rem 0 0 0;
}

.why-its-first-choice {
  padding: 1.09rem;
  background-color: #fff3f8;
  display: flex;
  flex-direction: column;
  height: 19.95rem;
  margin: 0 0 14.5rem 0;
}

.why-its-first-choice__top-card {
  background-color: #fff3f8;
  height: 0.6rem;
  width: 100%;
}
.why-its-first-choice__card {
  border-top: 0.09rem solid #d791ab;
  background-color: #fff;
  box-shadow: 0px 1.33px 5.32px 0px #00000026;
}
.why-its-first-choice__card-title {
  font-weight: 500;
  font-size: 0.63rem;
  line-height: 0.5rem;
  letter-spacing: -2%;
  color: #282828;
}
.why-its-first-choice__card-subtitle {
  font-weight: 400;
  font-size: 0.72rem;
  line-height: 140%;
  letter-spacing: -2%;
  color: #802a8f;
  width: 8.45rem;
}
.why-its-first-choice__background {
  background-color: #fff3f8;
  border-radius: 50%;
  height: 3.02rem;
  width: 3.02rem;
  justify-content: start;
  margin: 0.77rem 0 0 0.92rem;
}
.why-its-first-choice__card {
  display: flex;
  flex-direction: column;
  padding: 0 0 1rem 0;
}
.why-its-first-choice__bottom {
  align-self: flex-end;
  width: 8.45rem;
  margin: 0 16px 0 0;
}
.why-its-first-choice__bottom-card {
  padding: 1.2rem 0rem;
}

@media screen and (min-width: 768px) {
  .why-its-first-choice {
    margin: 0 1.5rem 2.5rem 1.5rem;
    height: 9.05rem;
    padding: 0.67rem 0.75rem;
  }
  .why-its-first-choice__cards {
    flex-direction: row;
    gap: 0.54rem;
    margin: 0 0 0 0;
  }
  .why-its-first-choice__card {
    width: 10.32rem;
    padding: 0 0 0.5rem 0;
  }
  .why-its-first-choice__title {
    margin: 0 0 0.905rem 0;
  }
  .choice-title {
    width: 10.69rem;
  }
  .why-its-first-choice__card-title {
    font-weight: 500;
    font-size: 0.37rem;
    line-height: 0.2rem;
    letter-spacing: -2%;
    color: #282828;
  }
  .why-its-first-choice__card-subtitle {
    font-weight: 400;
    font-size: 0.52rem;
    line-height: 140%;
    letter-spacing: -2%;
    color: #802a8f;
    width: 5.43rem;
  }
  .why-its-first-choice__background {
    width: 1.88rem;
    height: 1.88rem;
    opacity: 1;
    margin: 0.377rem 0 0 0.716rem;
  }
  .why-its-first-choice__bottom {
    align-self: flex-end;
    width: 5.43rem;
  }
  .why-its-first-choice__firsdescription {
    width: 12rem;
  }
}
