.title-section {
  padding: 100px 0;
}
.title-section h2 {
  color: #ee9aa2;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
h3 {
  color: #999;
  font-size: 3.6rem;
  margin-bottom: 120px;
  font-weight: 500;
}
.title-section ul li {
  list-style: none;
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 40px;
}
.title-section ul li:last-child {
  margin-right: 0;
}
@media (max-width:970px) {
  .title-section {
    padding: 60px 0;
  }
  .title-section h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    width: 90%;
    margin: 0 auto 20px;
  }
  .title-section h3 {
    font-size: 3rem;
    margin-bottom: 70px;
  }
  .title-section ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .title-section ul li {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 2rem;
  }
  .title-section ul li a {
    border-bottom: 2px solid #424242;
    padding: 5px;
  }
}
.about-section {
  padding: 0 24px 200px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.about-section__text {
  text-align: left;
  display: flex;
  margin-top: 20px;
}
.about-section__text img {
  height: 50px;
  width: 60px;
  margin-right: 10px;
  margin: 0 0 10px 0;
}
.about-section h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.about-section h3 {
  color: #999999;
  font-family: quicksand;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-section p {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
.about-section__image img {
  height: auto;
  width: 100%;
  max-width: 500px;
}
@media (max-width:970px) {
  .about-section {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 150px;
  }
  .about-section__text {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .about-section__text img {
    margin: 0 0 10px 0;
  }
  .about-section__text h3 {
    margin-bottom: 30px;
  }
}
.pink-bg {
  background-color: #fae0e2;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  border-radius: 100px 100px 0 0;
}
.counseling-section {
  padding: 100px 10% 200px;
}
.counseling-section__tarotcard {
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.counseling-section h2 {
  font-weight: 500;
  margin-bottom: 80px;
}
.counseling-section h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #424242;
}
.counseling-section p {
  display: inline-block;
  text-align: left;
  width: 700px;
  margin: 0 auto 80px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.counseling-section a {
  display: inline;
  font-size: 2rem;
  border-bottom: solid 2px #93c7cc;
  padding: 10px;
}
.counseling-section a img {
  height: 20px;
  margin-left: 10px;
}
.counseling-section__img {
  width: 80%;
  height: auto;
}
.white-bg {
  background-color: #fff;
  position: relative;
  margin-top: -100px;
  z-index: 10;
  border-radius: 100px 100px 0 0;
}
@media (max-width:970px) {
  .pink-bg,.white-bg {
    border-radius: 60px 60px 0 0;
  }
  .counseling-section {
    padding: 60px 8% 180px;
  }
  .counseling-section h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .counseling-section h3 {
    margin-bottom: 20px;
    line-height: 3rem;
  }
  .counseling-section p {
    width: 100%;
    margin-bottom: 40px;
  }
  .counseling-section__img {
    margin-top: 20px;
    width: 100%;
  }
  .white-bg {
    padding-bottom: 60px;
  }
}