.tab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	width: 50%;
	a {
		margin-left: 20px;
	}
}