.gray-bg {
    background-color: #FAFAFA;
}
.mo .hero-block {
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mo .hero-block .container {
    height: 100%;
}
.mo .hero-block--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.mo .hero-block h1 {
    font-size: 60px;
    font-weight: 700;
    color: rgba(245, 109, 72, 1);
    margin-top: 0;
    margin-bottom: 4rem;
    text-transform: uppercase;
}
.mo .hero-block p {
    font-size: 18px;
    margin-bottom: 4rem;
}
.mo .prices .price-tabs {
    margin-top: 0;
}
.mo .typical-houses {
    background-color: #E5E5E5;
}
.mo .typical-houses--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
}
.mo .typical-houses--header h2 {
    margin: 0;
}
.mo .typical-houses--header a {
    background: transparent;
    border: 2px solid #F56D48;
    border-radius: 5px;
    color: #F56D48;
}
.mo .typical-houses-grid {
    background: transparent;
    padding: 5rem 0;
}
.mo .typical-houses-grid .grid-item--title {
    padding: 1rem;
    text-align: center;
}
.mo .typical-houses-grid .grid-item:nth-child(n+5) {
    margin: 0;
}
.mo .typical-houses-grid .grid-item--title a {
    height: auto;
    min-height: auto;
}
.mo .cities-list ul {
    columns: 6;
}
.mo .cities-list.metros-list ul {
    columns: 4;
}
.mo .cities-list ul a {
    display: block;
}
.mo .cities-list ul a::first-letter {
    font-weight: bold;
}
.mo #map {
    height: 300px;
}
@media screen and (max-width: 1024px) {
    .mo .typical-houses--header a {
        width: 300px;
        margin-left: 50px;
    }
    .mo .typical-houses-grid .grid-item:nth-child(n+3) {
        margin-top: 0;
    }
    .mo .typical-houses-grid .grid-item:nth-child(n+4) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .mo .hero-block {
        height: 500px;
    }
    .mo .hero-block h1 {
        font-size: 50px;
    }
    .mo .cities-list ul {
        columns: 4;
    }
    .mo .typical-houses--header {
        display: block;
        justify-content: unset;
        align-items: unset;
    }
    .mo .typical-houses--header a {
        width: auto;
        margin: 2rem 0;
    }
}
@media screen and (max-width: 414px) {
    .mo .hero-block {
        height: 400px;
    }
    .mo .hero-block h1 {
        font-size: 26px;
    }
    .mo .hero-block p {
        font-size: 14px;
    }
    .mo .cities-list ul {
        columns: 2;
    }
    .mo .typical-houses-grid .grid-item:nth-child(n+3) {
        margin-top: 30px;
    }
}