@media (max-width: 990px) {
    
    .sm-center{
        justify-content: center;
    }

    .sm-column{
        flex-direction: column;
    }

    .top_contact_list{
        padding-right: 0;
        margin: 0px auto;
    }
    
    .top_contact_list li{
        margin: 8px auto;
        display: block;
    }

    .top_header .rm_social_icons{
        width: 100%;
        margin-bottom: 10px;
    }

    .rm_header{
        display: none;
    }

    .mobile-header{
        display: flex;
    }

    .contact_card div a{
        font-size: 16px;
    }

    .about_section img{
        width: 100%;
    }

    .map_div{
        width: 100%;
        height: auto;
        transform: none;
    }

    .contact_info{
        max-height: 700px;
    }

    .contact_img,
    .about_page_image{
        display: none;
    }

    .contact_form .form,
    .about_page_content{
        width: 100%;
    }

    .footer h2{
        padding-bottom: 20px;
        display: block;
        border-top: 1px solid #cfcfcf;
    }

    .footer_menu{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .partner_form{
        padding: 0;
        margin-bottom: 30px;
    }

    .contact_info{
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .contact_form{
        padding: 0;
    }

}