.conscious-parenting {
  padding: 140px 60px 60px 60px;
  gap: 40px;
}

.parenting-container {
  display: flex;
  justify-content: space-between;
  border-radius: 40px;
  height: 400px;
  background-color: #f8f8f8;
  padding: 40px;
}

.parenting-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.parenting-text,
.parenting-cta {
  flex: 1;
}

.parenting-text {
  padding-right: 70px;
}

.parenting-text span {
  font-weight: 700;
  font-size: 32px;
  color: #1d2123;
  line-height: 1.52;
}

.parenting-text p {
  font-size: 20px;
  font-weight: 400;
  color: #797d7f;
  line-height: 1.5;
}

.parenting-cta {
  display: flex;
  align-items: flex-end;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #e77494 0%, #e6275d 100%);
  box-shadow: 0px 24px 16px -16px #fa53a333;
  padding: 14px 20px;
  color: white;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.cta-button:hover {
  opacity: 0.9;
}

.parenting-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  position: relative;
  top: -70px;
}

.parenting-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (max-width: 768px) {
  .conscious-parenting {
    padding: 86px 40px 40px 40px;
  }

  .parenting-container {
    flex-direction: column-reverse;
    border-radius: 24px;
    height: 800px;
    padding: 24px;
    gap: 40px;
  }

  .cta-button {
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
  }

  .parenting-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 320px;
    position: relative;
    top: 0px;
  }

  .parenting-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

@media (max-width: 425px) {
  .conscious-parenting {
    padding: 110px 20px 20px 20px;
    gap: 40px;
  }

  .parenting-container {
    height: 400px;
    border-radius: 14px;
    padding: 20px;
    gap: 24px;
  }

  .parenting-image {
    top: 10px;
    right: 10px;
  }

  .parenting-image img {
    width: 198px;
  }

  .parenting-text {
    padding-right: 0;
  }

  .parenting-text span {
    font-size: 20px;
  }

  .parenting-text p {
    font-size: 12px;
    line-height: 1.32;
  }
}
