.petctscan-prices {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.05rem;
}
.petctscan-prices__title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.9rem;
}
.petctscan-prices__title {
  font-size: 0.9rem !important;
  font-weight: 500;
  line-height: 140%;
  color: var(--brandClr);
}
.petctscan-prices__title > span {
  font-weight: 700;
}
.petctscan-prices__description {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 0.9rem;
  color: #5a5b60;
      width: 16.7rem;
}
.petctscan-prices__description > span {
  display: none;
}
.petctscan-prices__table {
  width: 18.2rem;
  height: 15.5rem;
  border-collapse: collapse;
}
.petctscan-prices__table-head-container {
  background-color: #a65fa2;
  height: 2.3rem;
}
.petctscan-prices__table-heading {
  color: #fffffe;
  font-size: 0.63rem;
  font-weight: 700;
  border-right: solid 1px #282828;
  text-transform: uppercase;
}
.petctscan-prices__table-td {
  font-size: 0.8rem;
  font-weight: 400;
  color: #282828;
}
.petctscan-prices__table-td-price-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.petctscan-prices__table-td-price-container > p {
  margin-right: 2.35rem;
}

.petctscan-prices__table tr td {
  padding: 0.6rem 0;
  text-align: center;
  border: solid 1px #282828;
  /* width: 9.1rem; */
}

.petctscan-prices__price-button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 1.42rem;
  height: 1.4rem;
  justify-content: center;
  width: 100%;
}
.petctscan-prices__table-price {
  width: 5.05rem;
}
.petctscan-prices__price-button > img {
  width: 2rem;
  height: 1.4rem;
}
.hide-small {
  display: none !important;
}
.hide-md {
  display: flex !important;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .petctscan-prices__sub-description {
    width: 13.8rem;
  }
  .hide-small {
    display: flex !important;
    flex-direction: column;
  }
  .hide-md {
    display: none !important;
  }
  .petctscan-prices {
    margin-bottom: 2.07rem;
  }
  .petctscan-prices__title-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .petctscan-prices__title {
    font-size: 1.01rem;
    line-height: 110%;
  }
  .petctscan-prices__description {
    font-size: 0.377rem;
    width: 13.33rem;
    line-height: 140%;
  }
  .petctscan-prices__description > span {
    display: inline;
  }

  .petctscan-prices__table {
    width: 26.96rem;
    height: 14rem;
    border: 1px solid #282828;
  }

  .petctscan-prices__table-head-container {
    height: 1.32rem;
  }
  .petctscan-prices__table-heading {
    font-size: 0.377rem;
    font-weight: 700;
    border-right: 1px solid black;
  }
  .petctscan-prices__table-call-back-head,
  .petctscan-prices__table-call-back-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .petctscan-prices__table-td {
    padding: 0.56rem;
    font-size: 0.45rem;
    font-weight: 400;
    color: #282828;
  }
  .petctscan-prices__table-td-price-container > p {
    margin-right: 0rem;
  }
  .petctscan-prices__table-call-back-body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .petctscan-prices__table tr td {
    border: solid 1px #282828;
    border-bottom: none;
    border-left: none;
  }

  .petctscan-prices__table-call-back-body {
    border: none;
    border-right: none !important;
  }

  .petctscan-prices__table td {
    padding: 0.6rem 0;
    text-align: center;
    width: 10.45rem;
  }
  .petctscan-prices__table-call-back-body > button {
    background-color: var(--brandClr);
    border: none;
    outline: none;
    cursor: pointer;
    width: 3.01rem;
    height: 1.05rem;
    border-radius: 0.9rem;
    padding: 0.6rem 0.56rem;
    font-size: 0.37rem;
    font-weight: 600;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #fdfdfd;
  }
}
