.petctscan-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  padding: 0.8rem 1.2rem 0 1.2rem;
}
.petctscan-container__img-container {
  position: relative;
  width: 14.14rem;
  height: 8.45rem;
  margin: 0.8rem 0;
}
.petctscan-container__img-container > img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;
}
.petctscan-container__line {
  position: absolute;
  left: -0.6rem;
  top: 1rem;
  width: 0.5rem;
  height: 6.76rem;
  background-color: #ffacc2;
}
.petctscan-container__booknow-btn {
  width: 6rem;
  height: 2rem;
  background-color: var(--brandClr);
  color: #fffffe;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 2.4rem;
  margin-top: 0.4rem;

  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-description-mr {
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
  .petctscan-container {
    margin-top: 1.3rem;
    padding-top: 0;
  }
  .title-description-mr {
    margin-bottom: 0.15rem;
  }

  .petctscan-container__header {
    position: absolute;
            left: 19.88rem;
    top: 1.1rem;
  }
  .petctscan-container__text-container {
    position: absolute;
    left: 19.88rem;
    top: 6.5rem;
  }

  .petctscan-container__img-container {
    width: 12.64rem;
    height: 7.54rem;
    border-radius: 0.3rem;
    position: relative;
    left: 5rem;
    width: 10.86rem;
    height: 8.3rem;
  }
  .petctscan-container__line {
    width: 0.45rem;
    height: 6.03rem;
    top: 0.8rem;
    left: -0.6rem;
  }
  .petctscan-container__booknow-btn {
    width: 2.79rem;
    height: 1.05rem;
    border-radius: 0.9rem;
    font-size: 0.377rem;
  }
  .description-subtext {
    margin-top: 0.15rem;
  }
}
