.un_bg_contact_us {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* height: calc(100vw * (1 / 4)); */
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.50) 0%, rgba(41, 41, 41, 0.50) 100%), url("../assets/images/contact_us/banner.png") lightgray 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.un_title_contact {
    color: var(--color-contact-title);
}

.un_map {
    height: calc(100vw * (9 / 16));
    max-height: 56.25vw;
}

@media only screen and (max-width:767px) {
    .un_map {
        height: calc(100vh - 100px)
    }
}