@media (max-width: 720px) {
    .text-right {
        text-align: center;
    }

    .show-mb {
        display: block !important;
    }

    .footer_designer_info {
        text-align: center;
    }

    .footer_copyrigth_sec {
        text-align: center;
    }

    .contact_form {
        margin-top: 50px;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .contact_mail {
        margin-top: 0;
    }

    .contact_area h2 {
        margin-bottom: 0;
    }

    .art_desc h3 {
        font-size: 16px !important;
    }
    
    .art_desc h3.art_name{
        font-size: 30px !important;  
    }


    .collection_shadow h5 {
        font-size: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .footer_area {
        padding: 5px;
    }


    .column {
        width: 30%;
        box-sizing: border-box;
        margin-right: 5%;
        margin-top: 10px;
    }

    .column:nth-child(3),
    .column:nth-child(6),
    .column:nth-child(9) {
        margin-right: 0;
    }

    .about_content p {
        padding: 0;
    }


    .hide-lg {
        display: block !important;
    }

    .hide-sm {
        display: none !important;
    }


}