ul.level-1 {
    display: flex;
    text-align: center;
}
ul.level-1>li {
    flex: 1 0 20%;
}
ul.level-1>li h6, ul.level-1>li .h6 {
    text-transform: uppercase;
	font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
ul.level-2 {
    margin-top: 30px;
}
ul.level-2>li>a {
    font-size: 14px;
    line-height: 20px;
    color: #E64550;
    cursor: pointer;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
	ul.level-1 {
		flex-direction: column;
	}
	ul.level-1>li {
		margin-bottom: 20px;
	}
}