.home__contact .container {
    min-height: 1858px;
}
.home__banner .container {
    overflow: hidden;
}

.home__contact .page__side-wrap .default-text > p, 
.home__contact .page__side-wrap .default-text .plash {
    background: url('./assets/images/shape-back.jpg') center center / cover no-repeat;
    color: #fff;
    padding: 25px;
}
.home__contact .page__side-wrap .default-text .plash {
    margin: 24px 0px;
}
.home__contact .page__side-wrap .default-text .plash:first-child {
    margin-top: 0 !important;
}
.home__contact .page__side-wrap .default-text .plash:last-child {
    margin-bottom: 0 !important;
}
.home__location {
    display: block;
}
.home__location-text {
    height: auto;
    width: 100%;
    padding: 50px 0 0;
}
.home__location-map {
    min-height: 860px;
    width: 100%;
    max-width: unset;
}
.home__location-map .img_bg {
    object-position: center 79%;
}

.footer__right {
    display: flex;
    gap: 50px;
}

.default-text a.white:hover {
    color: #ed9724;
}

@media (max-width: 1400px) {
    .home__contact .container {
        min-height: 1680px;
    }
    .home__location-map {
        min-height: 660px;
    }
    .footer__right {
        gap: 25px;
    }
}
@media (max-width: 1200px) {
    .home__contact .container {
        min-height: 1600px;
    }
    .home__contact .page__side-wrap .default-text .plash {
        margin: 16px 0px;
    }
    .home__contact .page__side-wrap .default-text > p, 
    .home__contact .page__side-wrap .default-text .plash {
        padding: 15px;
    }
}
@media (max-width: 992px) {
    .home__contact .container {
        min-height: 1317px;
    }
    .home__location-text {
        padding: 25px 0px;
    }
    .home__location-map {
        min-height: unset;
    }
    .footer__right {
        gap: 0;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .home__contact .container {
        min-height: unset;
    }
}
@media (max-width: 400px) {
    .home__contact .page__side-wrap .default-text > p, 
    .home__contact .page__side-wrap .default-text .plash {
        padding: 10px;
    }
}