.pagination {
    padding:1rem;
}

main .box.box-special-a .box-head .box-head-action {
	display: none;
}

main .box.box-special-a .box-head  {
	background:var(--color-main);
    align-items: center;
    justify-content: center;
	border-bottom:none;
}

main .box.box-special-a .box-head .box-head-label  {
	text-align: center;
	padding: 0;
}

main .box.box-special-a .box-head .box-head-label  span {
	font-size: 1.3rem;
    font-weight: normal;
    color:white;
}

main .box.box-special-b .box-head  {
	background:var(--color-alternative);
	border-bottom:none;
}