.text-center {
  text-align: center;
  margin: 0 auto;
}

.text-justify {
  text-justify: inter-word;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.max-with-700 {
  max-width: 700px;
}

.page-show-room h2 {
  font-size: 45px;
  margin-bottom: 50px;
}

.page-show-room p {
  margin-bottom: 35px;
}