html, body {
    margin: 0;
    padding: 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
.contact{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.contact-l{
    width: 10%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.contact-l div{
    background-color: #252525;
    height: 35%;
}
.contact-content{
    width: 90%;
    position: relative;
    z-index: 1;
    background-color: #4a4a4a;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 5%;
    font-size: 25px;
    color: white;
}
.contact-desc{
    width: 60%;
    color: white;
}
.title{
    font-weight: bold;
}
.row{
    width: 65px;
    border-top: solid white 4px;
}
.contact-code-1{
    width: 160px;
    padding-top: 50px;
    text-align: center;
}
.contact-code-1 img{
    width: 100%;
}
.contact-code{
    width: 160px;
    padding-top: 50px;
    text-align: center;
}
.contact-code img{
    width: 100%;
}