footer{
    height: 500px;
    color: white;
    margin-top: 300px;
    background-color: #294551;


}

.mobile footer .left_side{
    margin: 0;
}

.mobile footer .right_side{
    margin: 0;
}

footer .logo_container{
    width: 100%;
    height: 60px;
}

footer .logo_container .image_container{
    width: 30px;
    height: 30px;
    cursor: pointer ;
}

footer .logo_container .right_side .image_container{
    width: 60px;
    height: 40px;
    cursor: pointer ;
}

.mobile footer .logo_container .right_side .image_container{
    width: 60px;
    height: 33px;
    cursor: pointer ;
}

footer .main_part{
    font-size: 1.5rem;
    text-transform: uppercase;

}

footer .main_part .title_2{
    font-size: 1.2rem;
    text-transform: uppercase;

}

.mobile footer .main_part .title_2{
    font-size: 1rem;
    text-transform: uppercase;

    width: 90%;
    margin: auto;
    margin-top: 10px;
    text-align: center;

}

footer .main_part .image_container{
    width: 90px;
    height: 90px;
    cursor: pointer;
}

footer .menu{
    width: 95%;
    margin: auto;
    margin-top: 50px;
}

.mobile footer .menu{
    display: none;
}

footer .menu_element{
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}

.mobile footer .copy_right{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
