h2.title {
  font-size: 38px;
  margin-bottom: 20px;
  text-align: center;
}
ul {
  list-style: none;
  padding: 0;
}
.saltbath_container {
  display: flex;
  background-color: #f9f9f9;
  padding: 50px;
  border-radius: 18px;
  margin-bottom: 50px;
}
.saltbath_container h3 {
  font-size: 20px;
  margin-bottom: 28px;
}
.saltbath_container p {
  font-size: 18px;
  line-height: 1.8;
}
.saltbath_container .saltbath_thumbnail {
  width: 200px;
  height: 200px;
  border: 0;
  margin-right: 38px;
}
* {
  font-family: "Poppins", "Detre", sans-serif;
}
@media (max-width: 1024px) {
  .saltbath_container {
    flex-wrap: wrap;
    padding: 20px;
  }
  .saltbath_container .saltbath_thumbnail {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=a9749001842fd717fc4a923fb9ca2a370f1df717.saltbath.scss.map */
