.lists {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin: 25px;
}

.lists .tcat {
color: var(--headings-body);
    margin-bottom: 20px;
    font-size: 18px;
}

/*         Menu        */
        
        .lists_menu {
            width: 20%;
            display: flex;
            flex-direction: column;
            /*! gap: 1px; */
            background: var(--box-body2);
            align-items: flex-start;
            /*! background-color: #00000020; */
}

.lists_menu-head {
            height: 62px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: var(--box-body2);
}

.lists_menu-head a {
    font-family: var(--fallg);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: var(--headings-side);
}

.lists_menu-head a:hover {
		 color: var(--box);
}

.lists_menu-item {
            height: 25px;
            width: 90%;
            margin: 0 auto;
            padding: 20px 15px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            background-color: #00000020;
            text-transform: uppercase;
            font-family: var(--fallg);
            color: var(--headings-side);
            font-size: 12px;
}

.lists_menu-item a {
	color: var(--headings-side);
}

.lists_menu-item a:hover {
	color: var(--headings-header);
}


/*         Content       */
        
        
        .lists_content {
            width: 80%;
            box-sizing: border-box;
            background: var(--box-body2);
            /*! display: flex; */
}

.lists_content-head {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--headings-side);
    font-size: 20px;
    transition: 0.5s;
    height: 61px;
    /* border-bottom: 1px solid; */
    background: var(--box-body2);
    font-family: var(--fallg);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.lists_content-description {
            padding: 25px;
            text-align: justify;
            line-height: 180%;
}

.lists_content-bit {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            gap: 2px;
            padding-top: 0px;
            margin-left: 10px;
            margin-right: 10px;
}

.lists_content-block {
            /*! padding: 25px; */
            /*! padding-top: 0px; */
			min-width: 30%;
            background-color: #00000020;
            flex: 1;
            /*! gap: 10px; */
}

.lists_content-block img {
    height: 11px;
    width: 11px;
    object-fit: cover;
    margin-right: 10px;
    margin-left: 5px;
}


.lists_content-block h2 {
    /*! background-color: #00000020; */
    border-bottom: 2px solid var(--box-body2);
    padding: 11px;
    font-family: var(--fallg);
    text-transform: uppercase;
    font-size: 14px;
    color: var(--moodheadtext);
    /*! margin-left: 10px; */
    font-weight: normal;
}


.lists_content-item {
            /*! margin-bottom: 5px; */
            margin-left: 15px;
            padding: 5px;
}
		