.custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    backgroung: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
}

.custom-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.custom-menu a:hover {
    color: ff6600;
}

.t-col_12 {
    max-width: 1400px;
}