@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {}

.wpcf7-not-valid-tip {
	font-size: .7em;
	position: absolute;
	top: 35px;
}

.category-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: calc(1em + 25px);
}

.category-list a {
	border: 1px solid #828282;
	padding: 8px 20px;
	border-radius: 10px;
	color: #828282;
}

.category-list a.active, .category-list a:hover {
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2);
}

@media screen and (max-width: 991px) {
	.category-list a {
		font-size: 14px;
	}
}

@media screen and (max-width: 425px) {
	.category-list a {
		font-size: 12px;
		padding: 6px 15px;
	}
}