.contact__header {
    padding: 40px 0 36px;
    display: table;
    margin: 0 auto;
}

.contact__header_col {
    display: table-cell;
    padding: 0 84px;
    text-align: center;
}

.contact__header_col:not(:last-child) {
    border-right: 1px solid #20346B;
}

.contact__header_col_icon {
    background-repeat: no-repeat;
    background-position: center;
    height: 52px;
    width: 52px;
    background-size: 100%;
    display: inline-block;
}

.contact__location .contact__header_col_icon {
    background-image: url('/sites/default/files/shared_contents/furniture/en/contact/img/location.png');
}

.contact__phone .contact__header_col_icon {
    background-image: url('/sites/default/files/shared_contents/furniture/en/contact/img/phone.png');
}

.contact__mail .contact__header_col_icon {
    background-image: url('/sites/default/files/shared_contents/furniture/en/contact/img/mail-edit.png');
}

.contact__header_col_title {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #20346B;
    margin-top: 16px;
    margin-bottom: 20px;
    width: 100%;
    /* max-width: 237px; */
}

.contact__header_col_content, .contact__header_col_content a {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    /* max-width: 237px; */

    text-decoration: none;
    color: #000000;
}

.contact__footer_cover {
    width: 100%;
    max-width: 100%;
}

.contact__footer_cover img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 553px;
}

/** Tablet (Potrait) **/
@media only screen and (max-width: 1024px) {
    .contact__header_col {
        display: block;
        padding: 0;
    }

    .contact__header_col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #20346B;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .contact__header_col_title {
        max-width: 100%;
    }
    
    .contact__header_col_content {
        max-width: 100%;
    }

    .contact__header_left {
        width: 100%;
        padding: 0px;
        text-align: left;
    }

    .contact__header_right {
        width: 100%;
        max-width: 100%;
    }

    .contact__inner {
        padding: 20px 0px;
    }

    .contact__header_title {
        font-size: 24px;
    }

    .contact__form_caption {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .contact__form_input {
        width: 100%;
    }

    .contact__form_input:nth-child(odd), .contact__form_textinput, .contact__form_input {
        margin-right: 0;
        padding: 0px 0px 20px;
        margin-bottom: 20px;
    }

    .contact__form_textarea {
        height: 100px;
    }

    .contact__form_send_btn {
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .contact__form_footer {
        margin: 20px 0;
    }
}

/** Smartphone **/
@media only screen and (max-width: 767px) {
}