.astrotherapy-banner {
  margin: 120px 0;
}
@media (max-width: 767.98px) {
  .astrotherapy-banner {
    margin: 80px 0;
  }
}
.astrotherapy-banner__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .astrotherapy-banner__title {
    margin-bottom: 30px;
  }
}
.astrotherapy-banner__title h2 {
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .astrotherapy-banner__title h2 {
    margin-bottom: 8px;
  }
}
.astrotherapy-banner__title h2:first-line {
  font-weight: normal;
}
.astrotherapy-banner__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767.98px) {
  .astrotherapy-banner__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.astrotherapy-banner__content-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (max-width: 767.98px) {
  .astrotherapy-banner__content-item {
    padding: 22px;
  }
}
.astrotherapy-banner__content-item h3 {
  color: #377dff;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .astrotherapy-banner__content-item h3 {
    margin-bottom: 10px;
  }
}
