.home-sub-menu {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 6px;
    min-width: 120px;
    border-radius: 6px;
}

.home-menu>li {
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.home-menu>li:hover .home-sub-menu {
    display: block;
}

@media screen and (max-width: 768px) {
    .m-justify {
        text-align: justify;
    }
}