.howTreatSection .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.howTreatSection .content .list .item {
  width: calc(33.33% - 13.3333333333px - 60px);
  background-color: var(--five);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.howTreatSection .content .list .item h3 {
  color: var(--harakiri);
}
.howTreatSection .content .list .item p {
  color: var(--troy);
}

@media (max-width: 850px) {
  .howTreatSection .content .list {
    display: flex;
    flex-direction: column;
  }
  .howTreatSection .content .list .item {
    width: calc(100% - 60px);
  }
}/*# sourceMappingURL=howTreatSection.css.map */