.btn-blue-center.mt-0{
	margin-top: 1vw;
}
.tags{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 3vw 0;
	flex-wrap: wrap;
	padding: 0 13.5vw;
}
.tags a{
	width: 12.5vw;
	font-family: "montserrat-sb"; 
	height: 3vw;
	color: #2F2E33;
	text-decoration: none;
	font-weight: 800;
	font-style: italic;
	font-size: .9vw;
	display: flex;align-items: center;
	justify-content: center;
	border-radius: 2.6vw;
	box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5vw;
}
@media(max-width: 500px){
	.tags{
		padding: 0 5vw;
	}
	.tags a{
		width: 30%;
		height: 7vw;
		margin-bottom: 5vw;
		font-size: 3vw;
		border-radius: 20vw;
	}
}
