.mdm-page-real-estate {
  padding-top: 140px;
}

.mdm-page-real-estate h4.mdm-title {
  margin: 48px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-page-real-estate h4.mdm-title {
    margin: 96px 0 0 0;
  }
}
.mdm-page-real-estate h2.mdm-title {
  margin-top: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .mdm-page-real-estate h2.mdm-title {
    text-align: center;
  }
}
.mdm-page-real-estate + .mdm-footer {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .mdm-page-real-estate + .mdm-footer {
    margin-top: 80px;
  }
}
.mdm-page-real-estate .mdm-features {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  .mdm-page-real-estate .mdm-features {
    margin-top: 40px;
  }
}
.mdm-lots-text {
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: ManropeMedium, serif;
  text-align: center;
  margin: 16px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .mdm-lots-text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin: 20px 0 0 0;
  }
}
.mdm-lots-text + .mdm-form {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mdm-lots-text + .mdm-form {
    margin-top: 56px;
  }
}
.mdm-lots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .mdm-lots {
    margin: 4px 0 0 -24px;
  }
}
.mdm-lots__item {
  margin: 36px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .mdm-lots__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 32px 0 0 24px;
    max-width: calc(50% - 24px);
    width: calc(50% - 24px);
  }
}
@media only screen and (min-width: 1024px) {
  .mdm-lots__item {
    max-width: calc(25% - 24px);
    width: calc(25% - 24px);
  }
}
.mdm-lots__image {
  display: block;
}

.mdm-lots__img {
  width: 100%;
}

.mdm-lots__title {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  font-family: TTNormsProBold, serif;
  margin: 16px 0 0 0;
}

.mdm-lots__plan {
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #1796EE;
  font-family: ManropeBold, serif;
}

.mdm-lots__plan:hover {
  border-bottom: solid 1px #1796EE;
}

.mdm-lots__list {
  margin: 12px 0 0 0;
}

.mdm-lots__list-item {
  font-family: ManropeMedium, serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.mdm-lots__list-item + .mdm-lots__list-item {
  margin: 6px 0 0 0;
}

.mdm-lots__list-name {
  font-family: ManropeBold, serif;
}

.mdm-lots__list-value {
  color: #363636;
}

.mdm-lots__button {
  margin: 24px auto 0;
  width: 100%;
  max-width: 320px;
}

@media only screen and (min-width: 768px) {
  .mdm-lots__button {
    max-width: none;
  }
}
.mdm-lots__pdf {
  border-bottom: solid 1px transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  font-family: TTNormsProBold, serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 20px auto 0;
  color: #1796EE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.mdm-lots__pdf:hover {
  border-bottom: solid 1px #1796EE;
}