.what-is-astrotherapy {
  margin: 120px 0;
}
@media (max-width: 767.98px) {
  .what-is-astrotherapy {
    margin: 80px 0;
  }
}
.what-is-astrotherapy__title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__title {
    margin: 0 auto 30px;
  }
}
.what-is-astrotherapy__title h2 {
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__title h2 {
    margin-bottom: 8px;
  }
}
.what-is-astrotherapy__title h2:first-line {
  font-weight: normal;
}
.what-is-astrotherapy__description p {
  margin-bottom: 0;
  text-wrap: balance;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__description p {
    font-size: 16px;
  }
}
.what-is-astrotherapy__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__content-image {
    order: 1;
  }
}
.what-is-astrotherapy__content-image img {
  max-width: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  .what-is-astrotherapy__content-text {
    order: 2;
  }
}
.what-is-astrotherapy__content-text h3 {
  color: #377dff;
}
.what-is-astrotherapy__content-text p strong {
  color: #377dff;
}
