component-page-contact-c ul {
    display: table-row-group;
}

component-page-contact-c ul li.text_intro {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 10px;
    color: black !important;
    word-break: break-word;
    display: inherit;
}

component-page-contact-c .contact_us {
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

component-page-contact-c .row-flex {
    display: flex !important;
    flex-flow: wrap !important;
}

component-page-contact-c .row-flex.fit-center {
    justify-content: center !important;
}

component-page-contact-c .company_name {
    text-align: center;
}

component-page-contact-c .padding_zero {
    padding: 0px;
}

component-page-contact-c .conntact_data {
    width: 100%;
    height: 700px;
    padding: 50px;
    color: white;
}

component-page-contact-c .map_container {
    outline: none;
    height: 700px;
    width: 100%;
}

component-page-contact-c .map_container iframe {
    height: 700px;
}

component-page-contact-c .map_container .contact_map_iframe {
    border: 0;
    margin: 0;
    width: 100%;
    height: 450px;
    position: relative;
    pointer-events: none;
}

component-page-contact-c .map_container .contact_map_iframe.clicked {
    pointer-events: auto !important;
}

@media (max-width: 767px) {
    component-page-contact-c .map_container {
        height: 300px;
    }
    component-page-contact-c .map_container iframe {
        height: 300px;
    }
    component-page-contact-c .conntact_data {
        height: auto;
    }
    component-page-contact-c ul li.text_intro {
        font-size: 16px!important;
    }
    component-page-contact-showcontact ul li.tel {
        font-size: 16px!important;
    }
    component-page-contact-showcontact ul li.email {
        font-size: 16px!important;
    }
    component-page-contact-showcontact ul li.address {
        font-size: 16px!important;
    }
    component-page-contact-showopendaytime ul li.openday {
        font-size: 16px!important;
    }
}

@media (max-width: 500px) {
    component-page-contact-c .conntact_data {
        padding: 10px;
    }
}