.catalog-link {
    border: none;
    color: #dc3545; /* Красный текст */
    font-weight: bold;
    text-decoration: none;
    font-size: 1.25rem; /* Увеличенный размер текста */
}

.nav-link {
    font-size: 1.25rem; /* Увеличенный размер текста */

}

.head_content {
    margin: 0 auto;
    max-width: 1172px;
    min-width: 0;
    width: 100%;
}

.divider {
    height: 30px;
    width: 1px;
    background-color: #ccc;
    margin: 0 15px;
    display: inline-block;
}