.fabula-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}
.fabula-menu li:not(:last-child) {
    margin-bottom: 16px;
}
.fabula-menu a:hover {
    color: #AEAEAE;
}

@media (max-width: 1439.5px) {
    .fabula-menu {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 1016px) {
    .fabula-menu {
        font-size: 26px;
        line-height: 30px;
        padding: 0 0 25px 0;
        border-bottom: 1px solid rgba(241, 244, 248, 0.1);
    }
}