.talk-to-expert {
  display: flex;
  flex-direction: column;
  height: 10.95rem;
  padding: 0.6rem 0.5rem;
  border-radius: 0.33rem;
  background: url("../assets/doctor-bg.webp");
  background-size: cover;
  margin-top: 9rem;
}
.talk-to-expert__title {
  font-size: var(--font-20);
  font-weight: 600;
  line-height: 1.2;
  width: 13.63rem;
  color: #4d2a53;
}
.talk-to-expert__description {
  font-weight: 400;
  line-height: 1.2;
  color: #4d2a53;
  font-size: var(--font-14);
  width: 11.5rem;
  letter-spacing: 0%;
  margin-top: 0.2rem;
}
.talk-to-expert__btn {
  height: 2.4rem;
  width: 7.27rem;
  background-color: var(--brandClr);
  border-radius: 3rem;
  font-size: var(--font-16);
  color: white;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .talk-to-expert {
    background-image: url("../assets/talk-to-an-expert-desktop-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    width: 35.75rem;
    height: 11.69rem;
    padding: 1.5rem 0 2.96rem 6.301rem;
  }
  .talk-to-expert__title {
    font-weight: 500;
    font-style: Medium;
    font-size: 1.018rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    width: 11.01rem;
  }
  .talk-to-expert span {
    font-weight: 800;
    font-style: ExtraBold;
  }
  .talk-to-expert__description {
    font-weight: 400;
    font-style: Regular;
    font-size: 0.45rem;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .talk-to-expert__btn {
    width: 6.33rem;
    height: 1.20rem;
    opacity: 1;
    border-radius: 0.90rem;
    gap: 0.188rem;
    padding: 0.45rem 0.54rem;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 0.377rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    background-color: #802a8f;
  }
}
