.text-logo {
    color: black;
    font-size: 24px;
    font-weight: 600;
}

.menu-item {
    font-size: 16px;
    font-weight: 400;
}

.menu-item .line {
    margin: 0 auto;
    height: 2px;
    width: 0%;
    background-color: #1C7293;
    transition: all 0.5s;
}

.menu-item:hover .line, .menu-item.active .line {
    width: 60%;
}