.catalog__lvl-2 {
    border-top: 2px solid #D9D9D9;
}

.catalog__lvl-2 .subsection {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    width: 100%;
    padding: 20px 0 20px 20px;
    display: flex;
    justify-content: space-between;
}

.catalog__lvl-2 .subsection:hover {
    text-decoration: none;
}

.catalog__lvl-2-submenu {
    padding-bottom: 10px;
}

a.catalog__lvl-2-link {
    color: #5271AC;
}

.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 9px;
    left: -20px;
    position: relative;
    transform: rotate(135deg);
    width: 9px;
    font-size: 20px;
}

.chevron-top::before {
    transform: rotate(-45deg);
}