/**
 * Temburong branch details.
 * Shared district branch styles live in branch.css.
 *
 * @package jpd-theme
 */

.jpd-page--temburong-branch .jpd-branch-hero__image {
    object-position: center 55%;
}

.jpd-page--temburong-branch .jpd-branch-hero__title {
    max-width: 38rem;
}

.jpd-page--temburong-branch .jpd-district-services {
    padding-bottom: 4rem;
}

@media (max-width: 640px) {
    .jpd-page--temburong-branch .jpd-branch-hero__image {
        object-position: 62% center;
    }
}
