.section-selling-home.style-2 {
    background-color: var(--Sub-primary-1);
    padding-bottom: 104px;
}

@media (min-width: 992px) {
    .box-help .content {
        padding: 10px;
    }
}

.section-help.style-1 {
    background-color: rgba(100, 52, 132, .03);
}

.hover-image-2 .img-style {
    padding: 20px;
    background: rgba(100, 52, 132, .05);
}

.partner-item.style-2 {
    display: flex !important;
    align-items: center;
    padding: 20px;
    justify-content: center;
    border: 1px solid white;
    width: 180px;
    height: 100px;
    border-radius: 16px;
}

@media (max-width: 1400px) {
    .wrap-neighborhoods {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "aa bb cc";
    }
}

.wrap-neighborhoods {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
    gap: 11px 12px;
    grid-template-areas:
        "aa bb cc";
}

.section-box-team .image-wrap.img-1 {
    position: relative;
    max-width: 100%;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.box-house .meta-list {
    border-bottom: 1px solid var(--Line);
    padding-bottom: 16px;
    margin-bottom: 15px;
    gap: 10px;
}

.section-top-map.style-2 .box {
    margin-top: 100px !important;
}

.page-title.home01,
.page-title.home05,
.page-title.career {
    /* background-image: url(../images/section/page-title-1.jpg); */
    background-attachment: fixed;
    padding: 180px 0 180px;
    background-size: cover;
}

.tf-spacing-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.tf-spacing-7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.box-location .image-wrap img {
    width: 100%;
    min-height: 344px;
    object-fit: cover;
}

.form-contact-seller {
    /* background-color: #b8dbec; */
    /* background-color: #1d7fb2 !important; */
    background-color: #00000012;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
    border: none;
}

.page-title.style-2 {
    padding: 100px 0 100px;
    background-image: url(../images/about-img.png);
    background-size: cover;
}