.did-you-know {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.81rem 0;
  margin: 1rem 0 0 0;
}
.did-you-know__left-container {
  background-color: #fdf0ff;
  border-top-right-radius: 1.81rem;
  border-bottom-right-radius: 1.81rem;
  padding: 1rem;
  position: relative;
  width: 16.54rem;
}
.did-you-know__apostrophe-img {
  width: 1.31rem;
  position: absolute;
  left: 1rem;
  top: 1.9rem;
}
.did-you-know__apostrophe-img-2 {
  width: 1.31rem;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 1.4rem;
  right: 2.2rem;
  left: unset;
}
.did-you-know__left-container__title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 1.16rem;
  right: 1.07rem;
}
.did-you-know__left-container__sub-title {
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 150%;
  color: #5e0a6d;
  line-height: 0.2rem;
}

.did-you-know__sub-container {
  /* width: 18rem; */
  padding: 1.8rem 0 0.8rem 2.7rem;
}

.did-you-know__off-container {
  position: relative;
}
.did-you-know__off-container > img {
  width: 3.96rem;
  height: 2.52rem;
}
.did-you-know__off-container > span {
  position: absolute;
  top: 0;
  left: 0.6rem;
  font-size: 1.61rem;
  font-weight: 600;
  color: #5e0a6d;
}
.did-you-know__left-container__title > span {
  font-size: 1.67rem;
  line-height: 0.6rem;
  margin: 0 0 0 0.3rem;
  color: #5e0a6d;
}
.did-you-text {
  font-size: 0.59rem;
  color: #5e0a6d;
  font-weight: 900;
  line-height: 0;
  text-transform: capitalize;
}
.know-text {
  font-size: 0.86rem;
  color: transparent;
  -webkit-text-stroke: 0.03rem #5e0a6d; /* outline effect */
}

.did-you-know__left-container__sub-description {
  font-size: 0.54rem;
  font-weight: 600;
  line-height: 160%;
  width: 9.02rem;
  color: #5e0a6d;
}
.did-you-know__left-container__sub-description > span {
  color: #ff86ae;
}

.did-you-know__right-container {
  background-color: var(--brandClr);
  padding: 0.38rem;
  width: 14.27rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  text-align: center;
  color: #fff;
}
.did-you-know__right-container__title {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 150%;
}
.did-you-know__right-container__description {
  font-size: 0.45rem;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin: 0.09rem 0 0.5rem 0;
}
.did-you-know__right-container > button {
  padding: 0.25rem 0.51rem;
  border-radius: 0.81rem;
  background-color: #fff;
  color: var(--brandClr);
  font-size: 0.45rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .did-you-know {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 2.73rem;
    position: relative;
  }
  .did-you-know__left-container {
    width: 17.92rem;
    padding: 1rem;
  }
  .did-you-know__right-container {
    position: absolute;
    right: 0;
    top: 2.8rem;
    width: 15.56rem;
  }
  .did-you-know__sub-container {
    padding: 1.8rem 0 0.8rem 3.3rem;
  }
  .did-you-text {
    font-size: 0.6rem;
    line-height: 0.2rem;
  }
  .know-text {
    font-size: 0.6rem;
  }
  .did-you-know__left-container__title > span {
    font-size: 0.6rem;
  }

  .did-you-know__left-container__sub-description {
    font-size: 0.52rem;
    width: 9.2rem;
  }
  .did-you-know__left-container__sub-title {
    font-size: 0.6rem;
  }
  .did-you-know__off-container > span {
    font-size: 1.68rem;
  }
  .did-you-know__off-container > img {
    width: 4.28rem;
    height: 2.52rem;
  }
  .did-you-know__apostrophe-img {
    left: 1.5rem;
  }
  .did-you-know__right-container__title {
    font-size: 0.75rem;
  }
  .did-you-know__right-container__description {
    font-size: 0.45rem;
    margin-bottom: 0.54rem;
  }
  .did-you-know__right-container > button {
    padding: 0.26rem 0.53rem;
  }
}
