.iastm-layout {
  background-color: #fff;
  padding: 3rem 1rem;
  color: #333;
}

.therapy-img {
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.iastm-section h2 {
  margin-bottom: 1.5rem;
  color: #222;
}

.iastm-cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iastm-cards li {
  background-color: #fff;
  border-left: 5px solid #00796b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  transition: transform 0.2s ease-in-out;
}

.iastm-cards li:hover {
  transform: translateY(-2px);
  background-color: #f9f9f9;
}

.iastm-cards .emoji {
  font-size: 1.4rem;
  margin-top: 0.15rem;
}
