.bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 65px;
}

.bottom-nav a {
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.bottom-nav img,
.bottom-nav svg {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto 4px;
    opacity: 0.45;
}

.bottom-nav a.active img,
.bottom-nav a.active svg {
    opacity: 1;
}

.bottom-nav a.active {
    font-weight: 600;
}