.c-studio-rooms {
  margin: 0px auto;
  width: 880px;
  padding: 0;
}

.c-studio-rooms-row {
  display: flex;
  justify-content: space-between;
  width: 880px;
  margin: 60px auto;
  padding: 0;
}

.c-studio-rooms-image {
  width: 440px;
  height: 300px;
  border-bottom-right-radius: 5px;
}

.c-studio-rooms-text {
  width: 400px;
}

.c-studio-rooms-text-title {
  margin-top: 20px;
  text-align: center;
}

.c-studio-rooms-text-title p:nth-child(1) {
  font-size: 30px;
}
.c-studio-rooms-text-title p:nth-child(2) {
  font-size: 20px;
}

.c-studio-rooms-text-desc {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;;
}

.c-studio-rooms .c-feature-common__view-more--short {
  margin-top: 20px;
}

