.menu{
    width: 100%;
    height: 100%;
}
#internal_search .menu{
    margin-bottom: 0;
}
#post_blog .menu{
    margin-bottom: 0;
}
#contact .menu,
#consultant .menu,
#post_blog .menu,
#work_with_us .menu,
#request_sent .menu{
    background-color: #F3F3F3;
}
#contact .menu ul,
#consultant .menu ul,
#post_blog .menu ul,
#work_with_us .menu ul,
#request_sent .menu ul,
#newsletter .menu ul{
    border-bottom: 0.1rem solid #A5A5A5;
}
.menu .central ul{
    display: flex;
    position: relative;
    justify-content: end;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
    border-bottom: 0.1rem solid #F3F3F3;
}
.menu .central ul li a{
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.7rem;
    text-align: right;
    color: #151519;
    text-transform: capitalize;
}
.menu .central ul li::after{
    content: "/";
    padding: 0 0.5rem;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: right;
    color: #151519;
}
.menu .central ul li:last-child::after{
    content: "";
}
.menu .title h1{
    font-weight: 300;
    font-size: 7.3rem;
    line-height: 9.7rem;
    text-align: left;
    color: #1c1a37; 
    padding-bottom: 5.9rem;
}
#blog .menu .title h1{
    padding-bottom: 5.9rem;
}
#post_materials .menu .title h1{
    line-height: 7rem;
}