/* table style start */

.com_main_text{
    padding:0 0.5rem;
}

.com_table_container{
    width:100%;
}
.com_content_title{
    display:flex;
    justify-content:center;
    margin:2px;
    padding:0.5em;
}
.com_content_title h3{
    font-size:18px !important;
    font-weight:bold;
    margin:0;
}

.com_content_rows{
    display:grid;
    grid-template-columns: 0.5fr 1fr;
}
.com_content_rows div{
    border: 1px solid #B6CFDE;
    margin:2px;
    padding:0.5em 0.5em;
    vertical-align:middle;
}

.com_content_rows div:nth-child(1){
    display:flex;
    align-items:center;
    background-color:#fbfbfb;
    text-align: left;
}
.com_content_rows div:nth-child(2){
    display: grid;
    align-items: center;
    text-align:left;
}

/* table style end */


div.iframeWrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

div.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#dotline{
	background-color: #fff;
	border-top: 1px dotted #8c8b8b;
}


.cp_adress_map{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
    border: 1px solid #B6CFDE;
    padding: 15px;
}
.cp_adress_info{
    text-align:left;
    padding:0.5rem;
}
.centering {
    display: grid;
    align-items: center;
}

@media screen and (max-width:899px){
    .cp_adress_map{
        display:flex;
        gap:15px;
        flex-direction:column-reverse;
        flex-wrap:wrap;
    }
    .cp_adress_info{
        border-bottom:1px solid #E9E8E8;
        margin-bottom:10px;
    }
}