<style>
header.header {
  width:100%
}
.container-80{max-width:80rem!important}
section{padding:50px 0 30px}
.house-block{background:rgb(219, 219, 208);border-radius:12px;padding:27.5px}
.house-block p,.house-block h3{margin:0}
.house-block-2{background-color:rgb(239, 238, 231);border-radius:12px;display:flex}
.house-block-2 img{border-radius:12px 0 0 12px;height:250px}
.house-block-2 p{margin:0}
.house-block-2 div {
    width: 50%;
    font-size: 85%;
    padding: 40px 30px;
}
@media screen and (max-width:1199px){
    .house-block-2{flex-direction:column;}
    .house-block-2 img{border-radius:12px 12px 0 0;width: 100%; height:250px}
    .house-block-2 div{width:100%}
}
.nav {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  padding: 0 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.nav a,.footer-site-logo a{border:none}
.nav > a {
  display: flex;
  align-items: center;
  gap: 0px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  flex-direction: column;
}

.nav > a > img.logo {
  display: block;
  width: 77px;
  height: auto;
}

.nav > a > span {
  white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.nav li {
  position: relative;
}

.nav li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
    font-size: 16px;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav li a:hover {
  background: rgb(255 255 255 / 0.1);
}

@media (max-width: 48em) {
  .nav {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav > a {
    white-space: normal;
  }

  .nav > a > span {
    white-space: normal;
  }

  .nav ul {
    width: 100%;
    flex-wrap: wrap;
  }

  .nav li a {
    padding: 9px 12px 10px 12px;
  }
}

.hero {
  padding: 85px 0 30px;
  margin: 0 0 30px;
}

.quarter-table tbody tr:nth-child(8n+1),
.quarter-table tbody tr:nth-child(8n+2),
.quarter-table tbody tr:nth-child(8n+3),
.quarter-table tbody tr:nth-child(8n+4) {
  background-color: #fff;
  border-bottom: 1px dotted #d2d6dd;
}

.quarter-table tbody tr:nth-child(8n+5),
.quarter-table tbody tr:nth-child(8n+6),
.quarter-table tbody tr:nth-child(8n+7),
.quarter-table tbody tr:nth-child(8n+8) {
  background-color: #f3f3f6;
  border-bottom: 1px dotted #d2d6dd;
}

.quarter-table td:not(:first-child),
.quarter-table th:not(:first-child) {
  text-align: right;
}

footer {
  padding: 7rem 0;
  background:linear-gradient(#c0c0b7 0%, #dddcd2 100%);
  margin-top: 7rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.nav-links li {
  display: inline-block;
}

.nav-links li a {
  padding: 10px;
  color: #fff;
}
</style>