.footer-menu {
    border-bottom: 1px solid #ccc;
}

.footer-text {
    font-size: 20px;
}

.footer-item {
    font-weight: 700;
    color: black;
    font-size: 20px;
    width: 100%;
    &:hover {
        color: #A32622;
    }
    &:not(:last-child) {
        border-right: 1px solid black;
    }
}

@media (max-width: 768px) {
    .footer-text, .footer-item {
        font-size: 16px;
    }
    .footer-item:not(:last-child) {
        border-right: none;
    }
}