.foot-container .disclosure-list ul {
    height: calc(50vh / 7);
}
@media (max-width: 768px) {
    .foot-container .disclosure-list ul {
        height: calc(50vh / 9);
    }
}
