.plan-title {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.05em;
  color: #333;
  margin-bottom: 30px; }
  .plan-title span {
    color: gray;
    display: inline-block;
    margin-left: 10px; }
  @media (max-width: 480px) {
  .plan-title {
    font-size: 24px;
    margin-bottom: 20px; } }

.plan-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  @media (max-width: 767px) {
  .plan-content {
    grid-template-columns: 1fr; } }
  .plan-content__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafa;
    border: 1px solid #f1f2f3;
    border-radius: 12px;
    padding: 30px;
    height: 500px; }
    .plan-content__image img {
      max-width: 100%;
      max-height: 100%; }
  .plan-content__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.02em; }
  .plan-content__content {
    background-color: #f9fafa;
    border: 1px solid #f1f2f3;
    border-radius: 12px;
    padding: 40px 30px; }
    @media (max-width: 480px) {
  .plan-content__content {
    padding: 30px 20px; } }

.info-row {
  display: flex;
  column-gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px; }
  .info-row__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #7b828f; }
  .info-row__value {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .info-row__sub {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: gray;
    margin-top: 5px;
    text-align: end; }

.house__desc {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }
  .floor__image {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 800px; }
    .floor__image img {
      max-width: 100%;
      max-height: 100%; }
