.modrentech__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 1.45rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  color: #802a8f;
  width: 16.68rem;
  /* height: 5.81rem; */
  angle: 0 deg;
  opacity: 1;
}

.modrentech__title span {
  font-weight: 800;
  font-style: ExtraBold;
}

.modrentech__description {
  font-weight: 400;
  font-style: Regular;
  font-size: 0.72rem;
  color: #5A5B60;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.surgery-cost__btn {
  width: 16.54rem;
  height: 2.45rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.18rem;
  padding: 0.54rem;
  gap: 0.54rem;
  background: #802a8f;
  font-weight: 700;
  font-style: Bold;
  font-size: 0.909rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  display: block;
}

.modrentech__card {
  width: 7.81rem;
  height: 5.9rem;
  angle: 0 deg;
  opacity: 1;
  border-radius: 0.39rem;
  background: #ffffff;
  box-shadow: 0px 0.196rem 0.39rem 0px #00000026;
  padding: 0.9rem 0.54rem 1.72rem 0.54rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modrentech__card-text {
  font-weight: 500;
  font-style: Medium;
  font-size: 0.63rem;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}

.modrentech__card-image {
  width: 1.45rem;
  height: 1.45rem;
  angle: 0 deg;
  opacity: 1;
  margin: 0 0 0.36rem 0;
}

.modrentech__cardscontainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.09rem 1rem;
  margin: 1.86rem 0 2.18rem 0;
}

.modrentech__container {
  margin: 3rem 0;
  display: block;
}

@media screen and (min-width:768px) {
  .modrentech__title {
    width: 18.39rem;
    /* height: 108; */
    angle: 0 deg;
    opacity: 1;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.01rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
  }

  .modrentech__title span {
    font-weight: 800;
    font-style: ExtraBold;
  }

  .modrentech__card {
    box-shadow: 0px 7.29px 14.58px 0px #00000026;
    background: #FFFFFF;
    width: 5.47rem;
    height: 4.136rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 0.275rem;
    padding: 0.63rem 0.318rem 1.194rem 0.35rem;
  }

  .modrentech__card-text {
    font-weight: 500;
    font-style: Medium;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    width: 5.08rem;
  }

  .modrentech__card-image {
    width: 1.145rem;
    height: 1.145rem;
    angle: 0 deg;
    opacity: 1;
  }
  .surgery-cost__btn{
    display: none;
  }
  .modrentech__cardscontainer{
    width: 12.45rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.20rem 1.50rem;
    justify-content: center;
    margin: 1.45rem auto;
  }
}