.frame-seven-container {
  background: url("/public/assets/frame-seven/background.png") no-repeat center
    center/cover;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 90px;
  min-height: 70vh;
  font-family: var(--title-font);
}

.frame-seven-text {
  max-width: 370px;
  text-align: left;
}

.bold-pink {
  color: #c12b6b;
  font-weight: 900;
  font-size: var(--font-size-lg);
  line-height: 1.2;
  display: inline-block;
}

.light-pink {
  color: #c12b6b;
  font-weight: 400;
  font-size: var(--font-size-lg);
  line-height: 1.2;
  display: inline-block;
}
.frame-seven-text__quote {
  max-width: 370px;
}
.frame-seven-quote {
  color: #c12b6b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.frame-seven-quote span {
  color: #c12b6b;
  font-weight: 900;
}

.frame-seven-doctor img {
  max-width: 320px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 700px) {
  .frame-seven-container {
    justify-content: center;
    padding: 24px 16px;
    background: linear-gradient(
        rgba(255, 255, 255, 0.85),
        rgba(255, 255, 255, 0.85)
      ),
      url("/public/assets/frame-seven/background.png");
    background-size: cover;
    background-position: center, -400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .frame-seven-text {
    padding: 1.2rem 0.5rem;
    width: 100%;
    max-width: 100%;
  }
  .frame-seven-text__quote {
    text-align: center;
    width: 100%;
    padding: 0 16px;
  }
  .bold-pink,
  .light-pink {
    font-size: var(--font-size-lg);
  }
  .frame-seven-quote {
    font-size: 1.1rem;
  }
}
