#massage-types {
  background-color: var(--background-brown-12);
  margin-bottom: 12px;
}

#massage-types h3 {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.massage-type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.massage-type p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.duration {
  font-size: 12px;
  line-height: 18px;
  color: var(--header-beige);
}

@media (min-width: 1024px) {
  #massage-types {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #massage-types h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 96px;
  }

  .massage-type {
    width: 400px;
  }
}
