@media screen and (max-width: 1000px) {
    #header_left{
        display: block;
    }
    .icon_menu{
        right: 3rem;
    }
    .responsive_info {
        display: flex;
    }
}
@media screen and (max-width: 400px){
    .responsive_info {
        width: 100%;
    }
    .icon_menu{
        right: 0rem;
    }
}