nav {
  width: 65vw;
}

nav .underline {
  width: 60vw;
}

#about-us #about-us-cons div {
  width: 33.33333333%;
}

#about-us #about-us-text {
  width: 70vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 50px;
}

#about-us #about-us-text #description {
  line-height: 140%;
}

#ritual-massages div#ritual-massages-title h2 {
  font-size: 30px;
}

#ritual-massages .massage-card {
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 10% 10% 60% 10% 10%;
      grid-template-rows: 10% 10% 60% 10% 10%;
      grid-template-areas: "title title" "properties properties" "picture description" "time time" "price price";
}

#ritual-massages .massage-card div {
  padding: 15px;
  font-size: 24px;
}

#ritual-massages .massage-card .massage-title {
  font-size: 33px;
}

#ritual-massages .massage-card .massage-photo img {
  width: 100%;
}

#ritual-massages .massage-card .massage-description {
  width: 100%;
  font-size: 20px;
}

#voucher #content {
  width: 70vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 50px;
}

#voucher #content #description {
  line-height: 140%;
}

#contraindications .contraindications-content {
  padding: 30px;
  margin-left: 10vw;
}

#partners a {
  padding: 70px;
  width: calc( 287.5px + 140px);
}
/*# sourceMappingURL=medium.css.map */