﻿.breadcrumb-bg {
    background-image: url("/images/common/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}



.contact-wrapper {
    margin: 50px auto auto 25px;
    font-size: 0.85em;
    color: var(--bs-gray)
}

.contact-corp-title {
    color: var(--theme-primary);
}



#corpMap {
    height: 450px;
}

@media (max-width: 568px) {
    #corpMap {
        height: 350px;
    }
}