
#contact {
    /* background-color: #F4F6F9; */
    background-color: #000000;
}
#contact p {
    width: 100%;
    max-width: var(--max-width);
    margin-top: var(--contact-p-margin-top);
    font-size: var(--contact-p-font-size);
    text-align: center;
    line-height: var(--contact-p-line-height);
    color: white;
    word-break: keep-all; 
}
#contact .contact-info {
    width: 100%;
    max-width: var(--max-width);
    /* background-color: white; */
    margin-top: 30px;
    color: white;
    
}
#contact .contact-info .info-wrap {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 11px;
}
#contact .contact-info .title {
    font-size: 16px;
    font-weight: bold;
}
#contact .contact-info .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact .contact-info .address{
    width: 100%;
}
#contact .contact-info .map {
    margin-bottom: 30px;
    line-height: 0;
}
#contact .contact-info .map .image{
    width: 100%;
    height: var(--contact-map-height);
}