.did-you-know-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.did-you-know-section__inner-container {
  background: url("../assets/lung-cancer-assets/did-you-know.webp");
  background-size: cover;
  width: 17.27rem;
  height: 23.64rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.book-btn {
  width: 7.27rem;
  height: 2.18rem;
  border-radius: 2.4rem;
  background-color: var(--brandClr);
  border: 0;
  font-size: 0.909rem;
  color: white;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) {
  .did-you-know-section__inner-container {
    background-image: url("../assets/DYKDesktop.webp");
    background-size: cover;
    width: 36.24rem;
    height: 17.24rem;
    position: relative;
  }
  .book-btn {
    width: 7.16rem;
    height: 1.32rem;
    angle: 0 deg;
    opacity: 1;
    border-radius: 1.12rem;
    gap: 0.281rem;
    padding: 0.281rem 0.376rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    position: absolute;
    top: 14.66rem;
    left: 20.54rem;
  }
}
