﻿.layoutMenuP{
padding: 20px; 
min-height: 220px;
border-top: 1px solid var(--secondary1Hover);
}
.menuHContentP{
height: 30px;
width: 50%;
align-items:center; 
justify-content: start;
}
.menuContentP{
margin-top: 10px;
font-size: 12px;
line-height: 21px;
overflow:hidden;
max-height: 80%;
width: 100%;
display: block;
}

.hFlex_justifyP{
align-items:center; 
justify-content: space-between;
}
